#CBB71F

Color #CBB71F Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CBB71F

Tints of Bird Flower #CBB71F

Color information

#CBB71F (or 0xCBB71F) is unknown color: approx Bird Flower. HEX triplet: CB, B7 and 1F. RGB value is (203,183,31). Sum of RGB (Red+Green+Blue) = 203+183+31=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB71F is #3448E0. Grayscale: #ACACAC. Windows color (decimal): -3426529 or 2078667. OLE color: 2078667.

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

Color convert

RGB20318331-
CMYK00.100.850.20
HSL53.02º73.5%45.88%-
HSV(B)53.02º84.73%79.61%-
XYZ41.8146.668.1-
YUV171.6548.63150.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 183 (71.88% from 255) = 43.88%
BLUE value IS 31 (12.5% from 255) = 7.43%
R=48.68%
G=43.88%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031833100.100.850.2053.0273.545.88
HexCBB71F0A5514354a2e
Octal31326737012125246511256
Binary110010111011011111111010101010101101001101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB71F; }

 p { color: rgb(203,183,31); }

 H1.HeaderClassName
 {
   color: #CBB71F;
 }
 .AnyTagClassName
 {
   color: #CBB71F;
 }
</style>
background-color css

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

 a { background-color: rgb(203,183,31); }

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

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

 span { border-color: rgb(203,183,31); }

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