#CBD825

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

Shades of Fuego #CBD825

Tints of Fuego #CBD825

Color information

#CBD825 (or 0xCBD825) is unknown color: approx Fuego. HEX triplet: CB, D8 and 25. RGB value is (203,216,37). Sum of RGB (Red+Green+Blue) = 203+216+37=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD825 is #3427DA. Grayscale: #C0C0C0. Windows color (decimal): -3418075 or 2480331. OLE color: 2480331.

HSL color Cylindrical-coordinate representation of color #CBD825: hue angle of 64.36º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBD825 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB20321637-
CMYK0.0600.830.15
HSL64.36º70.75%49.61%-
HSV(B)64.36º82.87%84.71%-
XYZ49.5261.9411.1-
YUV191.7140.69136.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 216 (84.77% from 255) = 47.37%
BLUE value IS 37 (14.84% from 255) = 8.11%
R=44.52%
G=47.37%
B=8.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203216370.0600.830.1564.3670.7549.61
HexCBD8256053F404732
Octal31333045601231710010762
Binary110010111101100010010111001010011111110000001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD825; }

 p { color: rgb(203,216,37); }

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

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

 a { background-color: rgb(203,216,37); }

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

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

 span { border-color: rgb(203,216,37); }

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