Html Css Color HEX #CCB906 Bird Flower

📋 copy color: '#CCB906'

red 204 ◦ green 185 ◦ blue 6

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

Shades of Bird Flower #CCB906

Tints of Bird Flower #CCB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

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

R = 51.65%
G = 46.84%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCB906 (or 0xCCB906) is known color: Bird Flower. HEX triplet: CC, B9 and 06. RGB value is (204,185,6). Sum of RGB (Red+Green+Blue) = 204+185+6=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB906 is #3346F9. Grayscale: #ABABAB. Windows color (decimal): -3360506 or 440780. OLE color: 440780.

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

Color convert

RGB 204 185 6 -
CMYK 0 0.09 0.97 0.2
HSL 54.24º 0.94% 0.41% -
HSV(B) 54.24º 0.97% 0.8% -
XYZ 42.28 47.55 7.12 -
YUV 170.28 35.29 152.05 -
System Red Green Blue C M Y K H S L
Decimal 204 185 6 0 0.09 0.97 0.2 54.24 0.94 0.41
Hex CC B9 6 0 9 61 14 36 5E 29
Octal 314 271 6 0 11 141 24 66 136 51
Binary 11001100 10111001 110 0 1001 1100001 10100 110110 1011110 101001

Color Harmonies of #CCB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB906

Black with #CCB906

Text Example


Text Example

White with #CCB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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