#CBB31C

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

Shades of Bird Flower #CBB31C

Tints of Bird Flower #CBB31C

Color information

#CBB31C (or 0xCBB31C) is unknown color: approx Bird Flower. HEX triplet: CB, B3 and 1C. RGB value is (203,179,28). Sum of RGB (Red+Green+Blue) = 203+179+28=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB31C is #344CE3. Grayscale: #A9A9A9. Windows color (decimal): -3427556 or 1881035. OLE color: 1881035.

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

Color convert

RGB20317928-
CMYK00.120.860.20
HSL51.77º75.76%45.29%-
HSV(B)51.77º86.21%79.61%-
XYZ40.9645.027.63-
YUV168.9648.45152.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 28 (11.33% from 255) = 6.83%
R=49.51%
G=43.66%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031792800.120.860.2051.7775.7645.29
HexCBB31C0C5614344c2d
Octal31326334014126246411455
Binary110010111011001111100011001010110101001101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB31C; }

 p { color: rgb(203,179,28); }

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

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

 a { background-color: rgb(203,179,28); }

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

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

 span { border-color: rgb(203,179,28); }

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