Html Css Color HEX #CD9E30 Fuel Yellow

📋 copy color: '#CD9E30'

red 205 ◦ green 158 ◦ blue 48

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

Shades of Fuel Yellow #CD9E30

Tints of Fuel Yellow #CD9E30

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

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

R = 49.88%
G = 38.44%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD9E30 (or 0xCD9E30) is known color: Fuel Yellow. HEX triplet: CD, 9E and 30. RGB value is (205,158,48). Sum of RGB (Red+Green+Blue) = 205+158+48=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E30 is #3261CF. Grayscale: #A0A0A0. Windows color (decimal): -3301840 or 3186381. OLE color: 3186381.

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

Color convert

RGB 205 158 48 -
CMYK 0 0.23 0.77 0.20
HSL 42.04º 0.62% 0.5% -
HSV(B) 42.04º 0.77% 0.8% -
XYZ 37.94 37.65 8.06 -
YUV 159.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 205 158 48 0 0.23 0.77 0.20 42.04 0.62 0.5
Hex CD 9E 30 0 17 4D 14 2A 3E 32
Octal 315 236 60 0 27 115 24 52 76 62
Binary 11001101 10011110 110000 0 10111 1001101 10100 101010 111110 110010

Color Harmonies of #CD9E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E30

Black with #CD9E30

Text Example


Text Example

White with #CD9E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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