Html Css Color HEX #CCB810 Bird Flower

📋 copy color: '#CCB810'

red 204 ◦ green 184 ◦ blue 16

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

Shades of Bird Flower #CCB810

Tints of Bird Flower #CCB810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 50.5%
G = 45.54%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB810 (or 0xCCB810) is known color: Bird Flower. HEX triplet: CC, B8 and 10. RGB value is (204,184,16). Sum of RGB (Red+Green+Blue) = 204+184+16=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB810 is #3347EF. Grayscale: #ABABAB. Windows color (decimal): -3360752 or 1095884. OLE color: 1095884.

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

Color convert

RGB 204 184 16 -
CMYK 0 0.10 0.92 0.2
HSL 53.62º 0.85% 0.43% -
HSV(B) 53.62º 0.92% 0.8% -
XYZ 42.14 47.16 7.37 -
YUV 170.83 40.63 151.66 -
System Red Green Blue C M Y K H S L
Decimal 204 184 16 0 0.10 0.92 0.2 53.62 0.85 0.43
Hex CC B8 10 0 A 5C 14 36 55 2B
Octal 314 270 20 0 12 134 24 66 125 53
Binary 11001100 10111000 10000 0 1010 1011100 10100 110110 1010101 101011

Color Harmonies of #CCB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB810

Black with #CCB810

Text Example


Text Example

White with #CCB810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB810; }

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

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

background-color css

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

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

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

border-color css

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

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

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