#CD9B35

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

Shades of Fuel Yellow #CD9B35

Tints of Fuel Yellow #CD9B35

Color information

#CD9B35 (or 0xCD9B35) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9B and 35. RGB value is (205,155,53). Sum of RGB (Red+Green+Blue) = 205+155+53=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9B35 is #3264CA. Grayscale: #9E9E9E. Windows color (decimal): -3302603 or 3513293. OLE color: 3513293.

HSL color Cylindrical-coordinate representation of color #CD9B35: hue angle of 40.26º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD9B35 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20515553-
CMYK00.240.740.20
HSL40.26º60.32%50.59%-
HSV(B)40.26º74.15%80.39%-
XYZ37.5436.688.47-
YUV158.3268.56161.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.64%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=49.64%
G=37.53%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051555300.240.740.2040.2660.3250.59
HexCD9B350184A14283c33
Octal3152336503011224507463
Binary1100110110011011110101011000100101010100101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B35; }

 p { color: rgb(205,155,53); }

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

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

 a { background-color: rgb(205,155,53); }

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

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

 span { border-color: rgb(205,155,53); }

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