#CBB61F

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

Shades of Bird Flower #CBB61F

Tints of Bird Flower #CBB61F

Color information

#CBB61F (or 0xCBB61F) is unknown color: approx Bird Flower. HEX triplet: CB, B6 and 1F. RGB value is (203,182,31). Sum of RGB (Red+Green+Blue) = 203+182+31=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB61F is #3449E0. Grayscale: #ABABAB. Windows color (decimal): -3426785 or 2078411. OLE color: 2078411.

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

Color convert

RGB20318231-
CMYK00.100.850.20
HSL52.67º73.5%45.88%-
HSV(B)52.67º84.73%79.61%-
XYZ41.646.258.03-
YUV171.0648.96150.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 182 (71.48% from 255) = 43.75%
BLUE value IS 31 (12.5% from 255) = 7.45%
R=48.80%
G=43.75%
B=7.45%

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
Decimal2031823100.100.850.2052.6773.545.88
HexCBB61F0A5514354a2e
Octal31326637012125246511256
Binary110010111011011011111010101010101101001101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB61F; }

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

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

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

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

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

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

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

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