Html Css Color HEX #CCB209 Bird Flower

📋 copy color: '#CCB209'

red 204 ◦ green 178 ◦ blue 9

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

Shades of Bird Flower #CCB209

Tints of Bird Flower #CCB209

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.52%

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 52.17%
G = 45.52%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB209 (or 0xCCB209) is known color: Bird Flower. HEX triplet: CC, B2 and 09. RGB value is (204,178,9). Sum of RGB (Red+Green+Blue) = 204+178+9=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB209 is #334DF6. Grayscale: #A7A7A7. Windows color (decimal): -3362295 or 635596. OLE color: 635596.

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

Color convert

RGB 204 178 9 -
CMYK 0 0.13 0.96 0.2
HSL 52º 0.92% 0.42% -
HSV(B) 52º 0.96% 0.8% -
XYZ 40.87 44.7 6.73 -
YUV 166.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 204 178 9 0 0.13 0.96 0.2 52 0.92 0.42
Hex CC B2 9 0 D 60 14 34 5C 2A
Octal 314 262 11 0 15 140 24 64 134 52
Binary 11001100 10110010 1001 0 1101 1100000 10100 110100 1011100 101010

Color Harmonies of #CCB209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB209

Black with #CCB209

Text Example


Text Example

White with #CCB209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB209; }

 p { color: rgb(204,178,9); }

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

background-color css

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

 a { background-color: rgb(204,178,9); }

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

border-color css

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

 span { border-color: rgb(204,178,9); }

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