Html Css Color HEX #CCC206 Bird Flower

📋 copy color: '#CCC206'

red 204 ◦ green 194 ◦ blue 6

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

Shades of Bird Flower #CCC206

Tints of Bird Flower #CCC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.02%

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

R = 50.5%
G = 48.02%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCC206 (or 0xCCC206) is known color: Bird Flower. HEX triplet: CC, C2 and 06. RGB value is (204,194,6). Sum of RGB (Red+Green+Blue) = 204+194+6=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC206 is #333DF9. Grayscale: #B0B0B0. Windows color (decimal): -3358202 or 443084. OLE color: 443084.

HSL color Cylindrical-coordinate representation of color #CCC206: hue angle of 56.97º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCC206 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 6 -
CMYK 0 0.05 0.97 0.2
HSL 56.97º 0.94% 0.41% -
HSV(B) 56.97º 0.97% 0.8% -
XYZ 44.23 51.43 7.77 -
YUV 175.56 32.31 148.29 -
System Red Green Blue C M Y K H S L
Decimal 204 194 6 0 0.05 0.97 0.2 56.97 0.94 0.41
Hex CC C2 6 0 5 61 14 39 5E 29
Octal 314 302 6 0 5 141 24 71 136 51
Binary 11001100 11000010 110 0 101 1100001 10100 111001 1011110 101001

Color Harmonies of #CCC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC206

Black with #CCC206

Text Example


Text Example

White with #CCC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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