Html Css Color HEX #CD952D Fuel Yellow

📋 copy color: '#CD952D'

red 205 ◦ green 149 ◦ blue 45

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

Shades of Fuel Yellow #CD952D

Tints of Fuel Yellow #CD952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 51.38%
G = 37.34%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD952D (or 0xCD952D) is known color: Fuel Yellow. HEX triplet: CD, 95 and 2D. RGB value is (205,149,45). Sum of RGB (Red+Green+Blue) = 205+149+45=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD952D is #326AD2. Grayscale: #9A9A9A. Windows color (decimal): -3304147 or 2987469. OLE color: 2987469.

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

Color convert

RGB 205 149 45 -
CMYK 0 0.27 0.78 0.20
HSL 39º 0.64% 0.49% -
HSV(B) 39º 0.78% 0.8% -
XYZ 36.4 34.66 7.25 -
YUV 153.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 205 149 45 0 0.27 0.78 0.20 39 0.64 0.49
Hex CD 95 2D 0 1B 4E 14 27 40 31
Octal 315 225 55 0 33 116 24 47 100 61
Binary 11001101 10010101 101101 0 11011 1001110 10100 100111 1000000 110001

Color Harmonies of #CD952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD952D

Black with #CD952D

Text Example


Text Example

White with #CD952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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