#CBB61D

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

Shades of Bird Flower #CBB61D

Tints of Bird Flower #CBB61D

Color information

#CBB61D (or 0xCBB61D) is unknown color: approx Bird Flower. HEX triplet: CB, B6 and 1D. RGB value is (203,182,29). Sum of RGB (Red+Green+Blue) = 203+182+29=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB61D is #3449E2. Grayscale: #ABABAB. Windows color (decimal): -3426787 or 1947339. OLE color: 1947339.

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

Color convert

RGB20318229-
CMYK00.100.860.20
HSL52.76º75%45.49%-
HSV(B)52.76º85.71%79.61%-
XYZ41.5846.247.9-
YUV170.8447.96150.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 29 (11.72% from 255) = 7.00%
R=49.03%
G=43.96%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031822900.100.860.2052.767545.49
HexCBB61D0A5614354b2d
Octal31326635012126246511355
Binary110010111011011011101010101010110101001101011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB61D; }

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

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

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

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

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

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

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

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