Html Css Color HEX #CBB815 Bird Flower

📋 copy color: '#CBB815'

red 203 ◦ green 184 ◦ blue 21

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

Shades of Bird Flower #CBB815

Tints of Bird Flower #CBB815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

 BLUE value IS 21 (8.59% from 255) = 5.15%

R = 49.75%
G = 45.1%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB815 (or 0xCBB815) is known color: Bird Flower. HEX triplet: CB, B8 and 15. RGB value is (203,184,21). Sum of RGB (Red+Green+Blue) = 203+184+21=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB815 is #3447EA. Grayscale: #ABABAB. Windows color (decimal): -3426283 or 1423563. OLE color: 1423563.

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

Color convert

RGB 203 184 21 -
CMYK 0 0.09 0.90 0.20
HSL 53.74º 0.81% 0.44% -
HSV(B) 53.74º 0.9% 0.8% -
XYZ 41.9 47.03 7.58 -
YUV 171.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 203 184 21 0 0.09 0.90 0.20 53.74 0.81 0.44
Hex CB B8 15 0 9 5A 14 36 51 2C
Octal 313 270 25 0 11 132 24 66 121 54
Binary 11001011 10111000 10101 0 1001 1011010 10100 110110 1010001 101100

Color Harmonies of #CBB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB815

Black with #CBB815

Text Example


Text Example

White with #CBB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB815; }

 p { color: rgb(203,184,21); }

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

background-color css

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

 a { background-color: rgb(203,184,21); }

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

border-color css

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

 span { border-color: rgb(203,184,21); }

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