Html Css Color HEX #CBB516 Bird Flower

📋 copy color: '#CBB516'

red 203 ◦ green 181 ◦ blue 22

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

Shades of Bird Flower #CBB516

Tints of Bird Flower #CBB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

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

R = 50%
G = 44.58%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBB516 (or 0xCBB516) is known color: Bird Flower. HEX triplet: CB, B5 and 16. RGB value is (203,181,22). Sum of RGB (Red+Green+Blue) = 203+181+22=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB516 is #344AE9. Grayscale: #AAAAAA. Windows color (decimal): -3427050 or 1488331. OLE color: 1488331.

HSL color Cylindrical-coordinate representation of color #CBB516: hue angle of 52.71º 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 #CBB516 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 181 22 -
CMYK 0 0.11 0.89 0.20
HSL 52.71º 0.8% 0.44% -
HSV(B) 52.71º 0.89% 0.8% -
XYZ 41.3 45.8 7.42 -
YUV 169.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 203 181 22 0 0.11 0.89 0.20 52.71 0.8 0.44
Hex CB B5 16 0 B 59 14 35 50 2C
Octal 313 265 26 0 13 131 24 65 120 54
Binary 11001011 10110101 10110 0 1011 1011001 10100 110101 1010000 101100

Color Harmonies of #CBB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB516

Black with #CBB516

Text Example


Text Example

White with #CBB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB516; }

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

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

background-color css

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

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

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

border-color css

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

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

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