Html Css Color HEX #CBB115 Bird Flower

📋 copy color: '#CBB115'

red 203 ◦ green 177 ◦ blue 21

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

Shades of Bird Flower #CBB115

Tints of Bird Flower #CBB115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

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

R = 50.62%
G = 44.14%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBB115 (or 0xCBB115) is known color: Bird Flower. HEX triplet: CB, B1 and 15. RGB value is (203,177,21). Sum of RGB (Red+Green+Blue) = 203+177+21=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB115 is #344EEA. Grayscale: #A7A7A7. Windows color (decimal): -3428075 or 1421771. OLE color: 1421771.

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

Color convert

RGB 203 177 21 -
CMYK 0 0.13 0.90 0.20
HSL 51.43º 0.81% 0.44% -
HSV(B) 51.43º 0.9% 0.8% -
XYZ 40.49 44.19 7.11 -
YUV 166.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 203 177 21 0 0.13 0.90 0.20 51.43 0.81 0.44
Hex CB B1 15 0 D 5A 14 33 51 2C
Octal 313 261 25 0 15 132 24 63 121 54
Binary 11001011 10110001 10101 0 1101 1011010 10100 110011 1010001 101100

Color Harmonies of #CBB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB115

Black with #CBB115

Text Example


Text Example

White with #CBB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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