#CBB40E

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

Shades of Bird Flower #CBB40E

Tints of Bird Flower #CBB40E

Color information

#CBB40E (or 0xCBB40E) is unknown color: approx Bird Flower. HEX triplet: CB, B4 and 0E. RGB value is (203,180,14). Sum of RGB (Red+Green+Blue) = 203+180+14=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB40E is #344BF1. Grayscale: #A8A8A8. Windows color (decimal): -3427314 or 963787. OLE color: 963787.

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

Color convert

RGB20318014-
CMYK00.110.930.20
HSL52.7º87.1%42.55%-
HSV(B)52.7º93.1%79.61%-
XYZ41.0345.377.01-
YUV167.9541.12153-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 14 (5.86% from 255) = 3.53%
R=51.13%
G=45.34%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031801400.110.930.2052.787.142.55
HexCBB4E0B5D1435572b
Octal31326416013135246512753
Binary11001011101101001110010111011101101001101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB40E; }

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

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

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

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

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

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

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

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