Html Css Color HEX #CCB912 Bird Flower

📋 copy color: '#CCB912'

red 204 ◦ green 185 ◦ blue 18

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

Shades of Bird Flower #CCB912

Tints of Bird Flower #CCB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 50.12%
G = 45.45%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB912 (or 0xCCB912) is known color: Bird Flower. HEX triplet: CC, B9 and 12. RGB value is (204,185,18). Sum of RGB (Red+Green+Blue) = 204+185+18=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB912 is #3346ED. Grayscale: #ACACAC. Windows color (decimal): -3360494 or 1227212. OLE color: 1227212.

HSL color Cylindrical-coordinate representation of color #CCB912: hue angle of 53.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCB912 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 18 -
CMYK 0 0.09 0.91 0.2
HSL 53.87º 0.84% 0.44% -
HSV(B) 53.87º 0.91% 0.8% -
XYZ 42.36 47.58 7.52 -
YUV 171.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 204 185 18 0 0.09 0.91 0.2 53.87 0.84 0.44
Hex CC B9 12 0 9 5B 14 36 54 2C
Octal 314 271 22 0 11 133 24 66 124 54
Binary 11001100 10111001 10010 0 1001 1011011 10100 110110 1010100 101100

Color Harmonies of #CCB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB912

Black with #CCB912

Text Example


Text Example

White with #CCB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB912; }

 p { color: rgb(204,185,18); }

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

background-color css

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

 a { background-color: rgb(204,185,18); }

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

border-color css

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

 span { border-color: rgb(204,185,18); }

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