Html Css Color HEX #CD9937 Fuel Yellow

📋 copy color: '#CD9937'

red 205 ◦ green 153 ◦ blue 55

#CD9937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #CD9937

Tints of Fuel Yellow #CD9937

RGB

 RED value IS 205 (80.47% from 255) = 49.64%

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 55 (21.88% from 255) = 13.32%

R = 49.64%
G = 37.05%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD9937 (or 0xCD9937) is known color: Fuel Yellow. HEX triplet: CD, 99 and 37. RGB value is (205,153,55). Sum of RGB (Red+Green+Blue) = 205+153+55=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9937 is #3266C8. Grayscale: #9D9D9D. Windows color (decimal): -3303113 or 3643853. OLE color: 3643853.

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

Color convert

RGB 205 153 55 -
CMYK 0 0.25 0.73 0.20
HSL 39.2º 0.6% 0.51% -
HSV(B) 39.2º 0.73% 0.8% -
XYZ 37.26 36.04 8.61 -
YUV 157.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 205 153 55 0 0.25 0.73 0.20 39.2 0.6 0.51
Hex CD 99 37 0 19 49 14 27 3C 33
Octal 315 231 67 0 31 111 24 47 74 63
Binary 11001101 10011001 110111 0 11001 1001001 10100 100111 111100 110011

Color Harmonies of #CD9937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9937

Black with #CD9937

Text Example


Text Example

White with #CD9937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9937; }

 p { color: rgb(205,153,55); }

 H1.HeaderClassName
 {
   color: #CD9937;
 }
 .AnyTagClassName
 {
   color: #CD9937;
 }
</style>

background-color css

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

 a { background-color: rgb(205,153,55); }

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

border-color css

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

 span { border-color: rgb(205,153,55); }

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