Html Css Color HEX #CD9434 Fuel Yellow

📋 copy color: '#CD9434'

red 205 ◦ green 148 ◦ blue 52

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

Shades of Fuel Yellow #CD9434

Tints of Fuel Yellow #CD9434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 50.62%
G = 36.54%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD9434 (or 0xCD9434) is known color: Fuel Yellow. HEX triplet: CD, 94 and 34. RGB value is (205,148,52). Sum of RGB (Red+Green+Blue) = 205+148+52=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9434 is #326BCB. Grayscale: #9A9A9A. Windows color (decimal): -3304396 or 3445965. OLE color: 3445965.

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

Color convert

RGB 205 148 52 -
CMYK 0 0.28 0.75 0.20
HSL 37.65º 0.6% 0.5% -
HSV(B) 37.65º 0.75% 0.8% -
XYZ 36.39 34.41 7.97 -
YUV 154.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 205 148 52 0 0.28 0.75 0.20 37.65 0.6 0.5
Hex CD 94 34 0 1C 4B 14 26 3C 32
Octal 315 224 64 0 34 113 24 46 74 62
Binary 11001101 10010100 110100 0 11100 1001011 10100 100110 111100 110010

Color Harmonies of #CD9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9434

Black with #CD9434

Text Example


Text Example

White with #CD9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9434; }

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

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

background-color css

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

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

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

border-color css

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

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

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