Html Css Color HEX #CD9436 Fuel Yellow

📋 copy color: '#CD9436'

red 205 ◦ green 148 ◦ blue 54

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

Shades of Fuel Yellow #CD9436

Tints of Fuel Yellow #CD9436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 54 (21.48% from 255) = 13.27%

R = 50.37%
G = 36.36%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD9436 (or 0xCD9436) is known color: Fuel Yellow. HEX triplet: CD, 94 and 36. RGB value is (205,148,54). Sum of RGB (Red+Green+Blue) = 205+148+54=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9436 is #326BC9. Grayscale: #9A9A9A. Windows color (decimal): -3304394 or 3577037. OLE color: 3577037.

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

Color convert

RGB 205 148 54 -
CMYK 0 0.28 0.74 0.20
HSL 37.35º 0.6% 0.51% -
HSV(B) 37.35º 0.74% 0.8% -
XYZ 36.43 34.43 8.21 -
YUV 154.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 205 148 54 0 0.28 0.74 0.20 37.35 0.6 0.51
Hex CD 94 36 0 1C 4A 14 25 3C 33
Octal 315 224 66 0 34 112 24 45 74 63
Binary 11001101 10010100 110110 0 11100 1001010 10100 100101 111100 110011

Color Harmonies of #CD9436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9436

Black with #CD9436

Text Example


Text Example

White with #CD9436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9436; }

 p { color: rgb(205,148,54); }

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

background-color css

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

 a { background-color: rgb(205,148,54); }

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

border-color css

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

 span { border-color: rgb(205,148,54); }

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