Html Css Color HEX #CCD106 Bird Flower

📋 copy color: '#CCD106'

red 204 ◦ green 209 ◦ blue 6

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

Shades of Bird Flower #CCD106

Tints of Bird Flower #CCD106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 48.69%
G = 49.88%
B = 1.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#CCD106 (or 0xCCD106) is known color: Bird Flower. HEX triplet: CC, D1 and 06. RGB value is (204,209,6). Sum of RGB (Red+Green+Blue) = 204+209+6=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD106 is #332EF9. Grayscale: #B9B9B9. Windows color (decimal): -3354362 or 446924. OLE color: 446924.

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

Color convert

RGB 204 209 6 -
CMYK 0.02 0 0.97 0.18
HSL 61.48º 0.94% 0.42% -
HSV(B) 61.48º 0.97% 0.82% -
XYZ 47.74 58.45 8.94 -
YUV 184.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 204 209 6 0.02 0 0.97 0.18 61.48 0.94 0.42
Hex CC D1 6 2 0 61 12 3D 5E 2A
Octal 314 321 6 2 0 141 22 75 136 52
Binary 11001100 11010001 110 10 0 1100001 10010 111101 1011110 101010

Color Harmonies of #CCD106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD106

Black with #CCD106

Text Example


Text Example

White with #CCD106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD106; }

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

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

background-color css

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

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

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

border-color css

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

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

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