Html Css Color HEX #CBB511 Bird Flower

📋 copy color: '#CBB511'

red 203 ◦ green 181 ◦ blue 17

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

Shades of Bird Flower #CBB511

Tints of Bird Flower #CBB511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 50.62%
G = 45.14%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBB511 (or 0xCBB511) is known color: Bird Flower. HEX triplet: CB, B5 and 11. RGB value is (203,181,17). Sum of RGB (Red+Green+Blue) = 203+181+17=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB511 is #344AEE. Grayscale: #A9A9A9. Windows color (decimal): -3427055 or 1160651. OLE color: 1160651.

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

Color convert

RGB 203 181 17 -
CMYK 0 0.11 0.92 0.20
HSL 52.9º 0.85% 0.43% -
HSV(B) 52.9º 0.92% 0.8% -
XYZ 41.25 45.78 7.19 -
YUV 168.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 203 181 17 0 0.11 0.92 0.20 52.9 0.85 0.43
Hex CB B5 11 0 B 5C 14 35 55 2B
Octal 313 265 21 0 13 134 24 65 125 53
Binary 11001011 10110101 10001 0 1011 1011100 10100 110101 1010101 101011

Color Harmonies of #CBB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB511

Black with #CBB511

Text Example


Text Example

White with #CBB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB511; }

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

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

background-color css

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

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

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

border-color css

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

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

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