Html Css Color HEX #CCD11F Barberry

📋 copy color: '#CCD11F'

red 204 ◦ green 209 ◦ blue 31

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

Shades of Barberry #CCD11F

Tints of Barberry #CCD11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.07%

 BLUE value IS 31 (12.5% from 255) = 6.98%

R = 45.95%
G = 47.07%
B = 6.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CCD11F (or 0xCCD11F) is known color: Barberry. HEX triplet: CC, D1 and 1F. RGB value is (204,209,31). Sum of RGB (Red+Green+Blue) = 204+209+31=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD11F is #332EE0. Grayscale: #BBBBBB. Windows color (decimal): -3354337 or 2085324. OLE color: 2085324.

HSL color Cylindrical-coordinate representation of color #CCD11F: hue angle of 61.69º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD11F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 31 -
CMYK 0.02 0 0.85 0.18
HSL 61.69º 0.74% 0.47% -
HSV(B) 61.69º 0.85% 0.82% -
XYZ 47.95 58.54 10.07 -
YUV 187.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 204 209 31 0.02 0 0.85 0.18 61.69 0.74 0.47
Hex CC D1 1F 2 0 55 12 3E 4A 2F
Octal 314 321 37 2 0 125 22 76 112 57
Binary 11001100 11010001 11111 10 0 1010101 10010 111110 1001010 101111

Color Harmonies of #CCD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD11F

Black with #CCD11F

Text Example


Text Example

White with #CCD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD11F; }

 p { color: rgb(204,209,31); }

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

background-color css

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

 a { background-color: rgb(204,209,31); }

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

border-color css

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

 span { border-color: rgb(204,209,31); }

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