Html Css Color HEX #CCB012 Bird Flower

📋 copy color: '#CCB012'

red 204 ◦ green 176 ◦ blue 18

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

Shades of Bird Flower #CCB012

Tints of Bird Flower #CCB012

RGB

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

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

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

R = 51.26%
G = 44.22%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB012 (or 0xCCB012) is known color: Bird Flower. HEX triplet: CC, B0 and 12. RGB value is (204,176,18). Sum of RGB (Red+Green+Blue) = 204+176+18=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB012 is #334FED. Grayscale: #A7A7A7. Windows color (decimal): -3362798 or 1224908. OLE color: 1224908.

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

Color convert

RGB 204 176 18 -
CMYK 0 0.14 0.91 0.2
HSL 50.97º 0.84% 0.44% -
HSV(B) 50.97º 0.91% 0.8% -
XYZ 40.54 43.93 6.92 -
YUV 166.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 204 176 18 0 0.14 0.91 0.2 50.97 0.84 0.44
Hex CC B0 12 0 E 5B 14 33 54 2C
Octal 314 260 22 0 16 133 24 63 124 54
Binary 11001100 10110000 10010 0 1110 1011011 10100 110011 1010100 101100

Color Harmonies of #CCB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB012

Black with #CCB012

Text Example


Text Example

White with #CCB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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