Html Css Color HEX #CCB210 Bird Flower

📋 copy color: '#CCB210'

red 204 ◦ green 178 ◦ blue 16

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

Shades of Bird Flower #CCB210

Tints of Bird Flower #CCB210

RGB

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

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

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

R = 51.26%
G = 44.72%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB210 (or 0xCCB210) is known color: Bird Flower. HEX triplet: CC, B2 and 10. RGB value is (204,178,16). Sum of RGB (Red+Green+Blue) = 204+178+16=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB210 is #334DEF. Grayscale: #A7A7A7. Windows color (decimal): -3362288 or 1094348. OLE color: 1094348.

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

Color convert

RGB 204 178 16 -
CMYK 0 0.13 0.92 0.2
HSL 51.7º 0.85% 0.43% -
HSV(B) 51.7º 0.92% 0.8% -
XYZ 40.92 44.72 6.96 -
YUV 167.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 204 178 16 0 0.13 0.92 0.2 51.7 0.85 0.43
Hex CC B2 10 0 D 5C 14 34 55 2B
Octal 314 262 20 0 15 134 24 64 125 53
Binary 11001100 10110010 10000 0 1101 1011100 10100 110100 1010101 101011

Color Harmonies of #CCB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB210

Black with #CCB210

Text Example


Text Example

White with #CCB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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