Html Css Color HEX #CCB809 Bird Flower

📋 copy color: '#CCB809'

red 204 ◦ green 184 ◦ blue 9

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

Shades of Bird Flower #CCB809

Tints of Bird Flower #CCB809

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

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

R = 51.39%
G = 46.35%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB809 (or 0xCCB809) is known color: Bird Flower. HEX triplet: CC, B8 and 09. RGB value is (204,184,9). Sum of RGB (Red+Green+Blue) = 204+184+9=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB809 is #3347F6. Grayscale: #AAAAAA. Windows color (decimal): -3360759 or 637132. OLE color: 637132.

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

Color convert

RGB 204 184 9 -
CMYK 0 0.10 0.96 0.2
HSL 53.85º 0.92% 0.42% -
HSV(B) 53.85º 0.96% 0.8% -
XYZ 42.09 47.14 7.14 -
YUV 170.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 204 184 9 0 0.10 0.96 0.2 53.85 0.92 0.42
Hex CC B8 9 0 A 60 14 36 5C 2A
Octal 314 270 11 0 12 140 24 66 134 52
Binary 11001100 10111000 1001 0 1010 1100000 10100 110110 1011100 101010

Color Harmonies of #CCB809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB809

Black with #CCB809

Text Example


Text Example

White with #CCB809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB809; }

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

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

background-color css

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

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

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

border-color css

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

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

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