Html Css Color HEX #CD9935 Fuel Yellow

📋 copy color: '#CD9935'

red 205 ◦ green 153 ◦ blue 53

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

Shades of Fuel Yellow #CD9935

Tints of Fuel Yellow #CD9935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.9%

R = 49.88%
G = 37.23%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD9935 (or 0xCD9935) is known color: Fuel Yellow. HEX triplet: CD, 99 and 35. RGB value is (205,153,53). Sum of RGB (Red+Green+Blue) = 205+153+53=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9935 is #3266CA. Grayscale: #9D9D9D. Windows color (decimal): -3303115 or 3512781. OLE color: 3512781.

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

Color convert

RGB 205 153 53 -
CMYK 0 0.25 0.74 0.20
HSL 39.47º 0.6% 0.51% -
HSV(B) 39.47º 0.74% 0.8% -
XYZ 37.21 36.02 8.36 -
YUV 157.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 205 153 53 0 0.25 0.74 0.20 39.47 0.6 0.51
Hex CD 99 35 0 19 4A 14 27 3C 33
Octal 315 231 65 0 31 112 24 47 74 63
Binary 11001101 10011001 110101 0 11001 1001010 10100 100111 111100 110011

Color Harmonies of #CD9935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9935

Black with #CD9935

Text Example


Text Example

White with #CD9935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9935; }

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

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

background-color css

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

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

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

border-color css

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

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

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