Html Css Color HEX #CCB310 Bird Flower

📋 copy color: '#CCB310'

red 204 ◦ green 179 ◦ blue 16

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

Shades of Bird Flower #CCB310

Tints of Bird Flower #CCB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.86%

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

R = 51.13%
G = 44.86%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB310 (or 0xCCB310) is known color: Bird Flower. HEX triplet: CC, B3 and 10. RGB value is (204,179,16). Sum of RGB (Red+Green+Blue) = 204+179+16=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB310 is #334CEF. Grayscale: #A8A8A8. Windows color (decimal): -3362032 or 1094604. OLE color: 1094604.

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

Color convert

RGB 204 179 16 -
CMYK 0 0.12 0.92 0.2
HSL 52.02º 0.85% 0.43% -
HSV(B) 52.02º 0.92% 0.8% -
XYZ 41.12 45.11 7.03 -
YUV 167.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 204 179 16 0 0.12 0.92 0.2 52.02 0.85 0.43
Hex CC B3 10 0 C 5C 14 34 55 2B
Octal 314 263 20 0 14 134 24 64 125 53
Binary 11001100 10110011 10000 0 1100 1011100 10100 110100 1010101 101011

Color Harmonies of #CCB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB310

Black with #CCB310

Text Example


Text Example

White with #CCB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB310; }

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

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

background-color css

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

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

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

border-color css

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

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

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