Html Css Color HEX #CCB010 Bird Flower

📋 copy color: '#CCB010'

red 204 ◦ green 176 ◦ blue 16

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

Shades of Bird Flower #CCB010

Tints of Bird Flower #CCB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

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

R = 51.52%
G = 44.44%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB010 (or 0xCCB010) is known color: Bird Flower. HEX triplet: CC, B0 and 10. RGB value is (204,176,16). Sum of RGB (Red+Green+Blue) = 204+176+16=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB010 is #334FEF. Grayscale: #A6A6A6. Windows color (decimal): -3362800 or 1093836. OLE color: 1093836.

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

Color convert

RGB 204 176 16 -
CMYK 0 0.14 0.92 0.2
HSL 51.06º 0.85% 0.43% -
HSV(B) 51.06º 0.92% 0.8% -
XYZ 40.52 43.93 6.83 -
YUV 166.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 204 176 16 0 0.14 0.92 0.2 51.06 0.85 0.43
Hex CC B0 10 0 E 5C 14 33 55 2B
Octal 314 260 20 0 16 134 24 63 125 53
Binary 11001100 10110000 10000 0 1110 1011100 10100 110011 1010101 101011

Color Harmonies of #CCB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB010

Black with #CCB010

Text Example


Text Example

White with #CCB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB010; }

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

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

background-color css

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

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

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

border-color css

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

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

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