Html Css Color HEX #CCC906 Bird Flower

📋 copy color: '#CCC906'

red 204 ◦ green 201 ◦ blue 6

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

Shades of Bird Flower #CCC906

Tints of Bird Flower #CCC906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.91%

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

R = 49.64%
G = 48.91%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCC906 (or 0xCCC906) is known color: Bird Flower. HEX triplet: CC, C9 and 06. RGB value is (204,201,6). Sum of RGB (Red+Green+Blue) = 204+201+6=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC906 is #3336F9. Grayscale: #B4B4B4. Windows color (decimal): -3356410 or 444876. OLE color: 444876.

HSL color Cylindrical-coordinate representation of color #CCC906: hue angle of 59.09º 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 #CCC906 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 6 -
CMYK 0 0.01 0.97 0.2
HSL 59.09º 0.94% 0.41% -
HSV(B) 59.09º 0.97% 0.8% -
XYZ 45.82 54.62 8.3 -
YUV 179.67 29.99 145.36 -
System Red Green Blue C M Y K H S L
Decimal 204 201 6 0 0.01 0.97 0.2 59.09 0.94 0.41
Hex CC C9 6 0 1 61 14 3B 5E 29
Octal 314 311 6 0 1 141 24 73 136 51
Binary 11001100 11001001 110 0 1 1100001 10100 111011 1011110 101001

Color Harmonies of #CCC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC906

Black with #CCC906

Text Example


Text Example

White with #CCC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC906; }

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

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

background-color css

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

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

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

border-color css

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

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

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