Html Css Color HEX #CBB215 Bird Flower

📋 copy color: '#CBB215'

red 203 ◦ green 178 ◦ blue 21

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

Shades of Bird Flower #CBB215

Tints of Bird Flower #CBB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

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

R = 50.5%
G = 44.28%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB215 (or 0xCBB215) is known color: Bird Flower. HEX triplet: CB, B2 and 15. RGB value is (203,178,21). Sum of RGB (Red+Green+Blue) = 203+178+21=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB215 is #344DEA. Grayscale: #A8A8A8. Windows color (decimal): -3427819 or 1422027. OLE color: 1422027.

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

Color convert

RGB 203 178 21 -
CMYK 0 0.12 0.90 0.20
HSL 51.76º 0.81% 0.44% -
HSV(B) 51.76º 0.9% 0.8% -
XYZ 40.68 44.59 7.17 -
YUV 167.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 203 178 21 0 0.12 0.90 0.20 51.76 0.81 0.44
Hex CB B2 15 0 C 5A 14 34 51 2C
Octal 313 262 25 0 14 132 24 64 121 54
Binary 11001011 10110010 10101 0 1100 1011010 10100 110100 1010001 101100

Color Harmonies of #CBB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB215

Black with #CBB215

Text Example


Text Example

White with #CBB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB215; }

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

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

background-color css

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

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

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

border-color css

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

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

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