Html Css Color HEX #CCB908 Bird Flower

📋 copy color: '#CCB908'

red 204 ◦ green 185 ◦ blue 8

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

Shades of Bird Flower #CCB908

Tints of Bird Flower #CCB908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 51.39%
G = 46.6%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB908 (or 0xCCB908) is known color: Bird Flower. HEX triplet: CC, B9 and 08. RGB value is (204,185,8). Sum of RGB (Red+Green+Blue) = 204+185+8=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB908 is #3346F7. Grayscale: #ABABAB. Windows color (decimal): -3360504 or 571852. OLE color: 571852.

HSL color Cylindrical-coordinate representation of color #CCB908: hue angle of 54.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCB908 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 8 -
CMYK 0 0.09 0.96 0.2
HSL 54.18º 0.92% 0.42% -
HSV(B) 54.18º 0.96% 0.8% -
XYZ 42.29 47.55 7.18 -
YUV 170.5 36.29 151.89 -
System Red Green Blue C M Y K H S L
Decimal 204 185 8 0 0.09 0.96 0.2 54.18 0.92 0.42
Hex CC B9 8 0 9 60 14 36 5C 2A
Octal 314 271 10 0 11 140 24 66 134 52
Binary 11001100 10111001 1000 0 1001 1100000 10100 110110 1011100 101010

Color Harmonies of #CCB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB908

Black with #CCB908

Text Example


Text Example

White with #CCB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB908; }

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

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

background-color css

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

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

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

border-color css

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

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

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