Html Css Color HEX #CCB812 Bird Flower

📋 copy color: '#CCB812'

red 204 ◦ green 184 ◦ blue 18

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

Shades of Bird Flower #CCB812

Tints of Bird Flower #CCB812

RGB

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

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

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

R = 50.25%
G = 45.32%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB812 (or 0xCCB812) is known color: Bird Flower. HEX triplet: CC, B8 and 12. RGB value is (204,184,18). Sum of RGB (Red+Green+Blue) = 204+184+18=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB812 is #3347ED. Grayscale: #ABABAB. Windows color (decimal): -3360750 or 1226956. OLE color: 1226956.

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

Color convert

RGB 204 184 18 -
CMYK 0 0.10 0.91 0.2
HSL 53.55º 0.84% 0.44% -
HSV(B) 53.55º 0.91% 0.8% -
XYZ 42.15 47.16 7.45 -
YUV 171.06 41.63 151.5 -
System Red Green Blue C M Y K H S L
Decimal 204 184 18 0 0.10 0.91 0.2 53.55 0.84 0.44
Hex CC B8 12 0 A 5B 14 36 54 2C
Octal 314 270 22 0 12 133 24 66 124 54
Binary 11001100 10111000 10010 0 1010 1011011 10100 110110 1010100 101100

Color Harmonies of #CCB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB812

Black with #CCB812

Text Example


Text Example

White with #CCB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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