Html Css Color HEX #CCD41C Barberry

📋 copy color: '#CCD41C'

red 204 ◦ green 212 ◦ blue 28

#CCD41C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CCD41C

Tints of Barberry #CCD41C

RGB

 RED value IS 204 (80.08% from 255) = 45.95%

 GREEN value IS 212 (83.2% from 255) = 47.75%

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 45.95%
G = 47.75%
B = 6.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCD41C (or 0xCCD41C) is known color: Barberry. HEX triplet: CC, D4 and 1C. RGB value is (204,212,28). Sum of RGB (Red+Green+Blue) = 204+212+28=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD41C is #332BE3. Grayscale: #BDBDBD. Windows color (decimal): -3353572 or 1889484. OLE color: 1889484.

HSL color Cylindrical-coordinate representation of color #CCD41C: hue angle of 62.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD41C is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 28 -
CMYK 0.04 0 0.87 0.17
HSL 62.61º 0.77% 0.47% -
HSV(B) 62.61º 0.87% 0.83% -
XYZ 48.65 60.01 10.12 -
YUV 188.63 37.35 138.96 -
System Red Green Blue C M Y K H S L
Decimal 204 212 28 0.04 0 0.87 0.17 62.61 0.77 0.47
Hex CC D4 1C 4 0 57 11 3F 4D 2F
Octal 314 324 34 4 0 127 21 77 115 57
Binary 11001100 11010100 11100 100 0 1010111 10001 111111 1001101 101111

Color Harmonies of #CCD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD41C

Black with #CCD41C

Text Example


Text Example

White with #CCD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD41C; }

 p { color: rgb(204,212,28); }

 H1.HeaderClassName
 {
   color: #CCD41C;
 }
 .AnyTagClassName
 {
   color: #CCD41C;
 }
</style>

background-color css

<style>
 a { background-color: #CCD41C; }

 a { background-color: rgb(204,212,28); }

 div.DivClassName
 {
   background-color: #CCD41C;
 }
 .BgClassName
 {
   background-color: #CCD41C;
 }
</style>

border-color css

<style>
 span { border-color: #CCD41C; }

 span { border-color: rgb(204,212,28); }

 td.TdClassName
 {
   border-color: #CCD41C;
 }
 .TagClassName
 {
   border-color: #CCD41C;
 }
</style>