Html Css Color HEX #CBB016 Bird Flower

📋 copy color: '#CBB016'

red 203 ◦ green 176 ◦ blue 22

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

Shades of Bird Flower #CBB016

Tints of Bird Flower #CBB016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.49%

R = 50.62%
G = 43.89%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBB016 (or 0xCBB016) is known color: Bird Flower. HEX triplet: CB, B0 and 16. RGB value is (203,176,22). Sum of RGB (Red+Green+Blue) = 203+176+22=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB016 is #344FE9. Grayscale: #A7A7A7. Windows color (decimal): -3428330 or 1487051. OLE color: 1487051.

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

Color convert

RGB 203 176 22 -
CMYK 0 0.13 0.89 0.20
HSL 51.05º 0.8% 0.44% -
HSV(B) 51.05º 0.89% 0.8% -
XYZ 40.3 43.81 7.09 -
YUV 166.52 46.45 154.02 -
System Red Green Blue C M Y K H S L
Decimal 203 176 22 0 0.13 0.89 0.20 51.05 0.8 0.44
Hex CB B0 16 0 D 59 14 33 50 2C
Octal 313 260 26 0 15 131 24 63 120 54
Binary 11001011 10110000 10110 0 1101 1011001 10100 110011 1010000 101100

Color Harmonies of #CBB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB016

Black with #CBB016

Text Example


Text Example

White with #CBB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB016; }

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

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

background-color css

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

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

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

border-color css

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

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

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