Html Css Color HEX #CD9430 Fuel Yellow

📋 copy color: '#CD9430'

red 205 ◦ green 148 ◦ blue 48

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

Shades of Fuel Yellow #CD9430

Tints of Fuel Yellow #CD9430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 51.12%
G = 36.91%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD9430 (or 0xCD9430) is known color: Fuel Yellow. HEX triplet: CD, 94 and 30. RGB value is (205,148,48). Sum of RGB (Red+Green+Blue) = 205+148+48=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9430 is #326BCF. Grayscale: #9A9A9A. Windows color (decimal): -3304400 or 3183821. OLE color: 3183821.

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

Color convert

RGB 205 148 48 -
CMYK 0 0.28 0.77 0.20
HSL 38.22º 0.62% 0.5% -
HSV(B) 38.22º 0.77% 0.8% -
XYZ 36.3 34.37 7.52 -
YUV 153.64 68.38 164.63 -
System Red Green Blue C M Y K H S L
Decimal 205 148 48 0 0.28 0.77 0.20 38.22 0.62 0.5
Hex CD 94 30 0 1C 4D 14 26 3E 32
Octal 315 224 60 0 34 115 24 46 76 62
Binary 11001101 10010100 110000 0 11100 1001101 10100 100110 111110 110010

Color Harmonies of #CD9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9430

Black with #CD9430

Text Example


Text Example

White with #CD9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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