Html Css Color HEX #CD952C Fuel Yellow

📋 copy color: '#CD952C'

red 205 ◦ green 149 ◦ blue 44

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

Shades of Fuel Yellow #CD952C

Tints of Fuel Yellow #CD952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 51.51%
G = 37.44%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD952C (or 0xCD952C) is known color: Fuel Yellow. HEX triplet: CD, 95 and 2C. RGB value is (205,149,44). Sum of RGB (Red+Green+Blue) = 205+149+44=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD952C is #326AD3. Grayscale: #9A9A9A. Windows color (decimal): -3304148 or 2921933. OLE color: 2921933.

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

Color convert

RGB 205 149 44 -
CMYK 0 0.27 0.79 0.20
HSL 39.13º 0.65% 0.49% -
HSV(B) 39.13º 0.79% 0.8% -
XYZ 36.38 34.66 7.15 -
YUV 153.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 205 149 44 0 0.27 0.79 0.20 39.13 0.65 0.49
Hex CD 95 2C 0 1B 4F 14 27 41 31
Octal 315 225 54 0 33 117 24 47 101 61
Binary 11001101 10010101 101100 0 11011 1001111 10100 100111 1000001 110001

Color Harmonies of #CD952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD952C

Black with #CD952C

Text Example


Text Example

White with #CD952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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