Html Css Color HEX #CBB012 Bird Flower

📋 copy color: '#CBB012'

red 203 ◦ green 176 ◦ blue 18

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

Shades of Bird Flower #CBB012

Tints of Bird Flower #CBB012

RGB

 RED value IS 203 (79.69% from 255) = 51.13%

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

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

R = 51.13%
G = 44.33%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBB012 (or 0xCBB012) is known color: Bird Flower. HEX triplet: CB, B0 and 12. RGB value is (203,176,18). Sum of RGB (Red+Green+Blue) = 203+176+18=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB012 is #344FED. Grayscale: #A6A6A6. Windows color (decimal): -3428334 or 1224907. OLE color: 1224907.

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

Color convert

RGB 203 176 18 -
CMYK 0 0.13 0.91 0.20
HSL 51.24º 0.84% 0.43% -
HSV(B) 51.24º 0.91% 0.8% -
XYZ 40.26 43.79 6.9 -
YUV 166.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 203 176 18 0 0.13 0.91 0.20 51.24 0.84 0.43
Hex CB B0 12 0 D 5B 14 33 54 2B
Octal 313 260 22 0 15 133 24 63 124 53
Binary 11001011 10110000 10010 0 1101 1011011 10100 110011 1010100 101011

Color Harmonies of #CBB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB012

Black with #CBB012

Text Example


Text Example

White with #CBB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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