#CBAD0E

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

Shades of Bird Flower #CBAD0E

Tints of Bird Flower #CBAD0E

Color information

#CBAD0E (or 0xCBAD0E) is unknown color: approx Bird Flower. HEX triplet: CB, AD and 0E. RGB value is (203,173,14). Sum of RGB (Red+Green+Blue) = 203+173+14=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAD0E is #3452F1. Grayscale: #A4A4A4. Windows color (decimal): -3429106 or 961995. OLE color: 961995.

HSL color Cylindrical-coordinate representation of color #CBAD0E: hue angle of 50.48º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBAD0E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20317314-
CMYK00.150.930.20
HSL50.48º87.1%42.55%-
HSV(B)50.48º93.1%79.61%-
XYZ39.6542.626.55-
YUV163.8443.44155.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 173 (67.97% from 255) = 44.36%
BLUE value IS 14 (5.86% from 255) = 3.59%
R=52.05%
G=44.36%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031731400.150.930.2050.4887.142.55
HexCBADE0F5D1432572b
Octal31325516017135246212753
Binary11001011101011011110011111011101101001100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD0E; }

 p { color: rgb(203,173,14); }

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

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

 a { background-color: rgb(203,173,14); }

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

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

 span { border-color: rgb(203,173,14); }

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