Html Css Color HEX #CD952F Fuel Yellow

📋 copy color: '#CD952F'

red 205 ◦ green 149 ◦ blue 47

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

Shades of Fuel Yellow #CD952F

Tints of Fuel Yellow #CD952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 51.12%
G = 37.16%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD952F (or 0xCD952F) is known color: Fuel Yellow. HEX triplet: CD, 95 and 2F. RGB value is (205,149,47). Sum of RGB (Red+Green+Blue) = 205+149+47=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD952F is #326AD0. Grayscale: #9A9A9A. Windows color (decimal): -3304145 or 3118541. OLE color: 3118541.

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

Color convert

RGB 205 149 47 -
CMYK 0 0.27 0.77 0.20
HSL 38.73º 0.63% 0.49% -
HSV(B) 38.73º 0.77% 0.8% -
XYZ 36.44 34.68 7.46 -
YUV 154.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 205 149 47 0 0.27 0.77 0.20 38.73 0.63 0.49
Hex CD 95 2F 0 1B 4D 14 27 3F 31
Octal 315 225 57 0 33 115 24 47 77 61
Binary 11001101 10010101 101111 0 11011 1001101 10100 100111 111111 110001

Color Harmonies of #CD952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD952F

Black with #CD952F

Text Example


Text Example

White with #CD952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD952F; }

 p { color: rgb(205,149,47); }

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

background-color css

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

 a { background-color: rgb(205,149,47); }

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

border-color css

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

 span { border-color: rgb(205,149,47); }

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