Html Css Color HEX #CD9C34 Fuel Yellow

📋 copy color: '#CD9C34'

red 205 ◦ green 156 ◦ blue 52

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

Shades of Fuel Yellow #CD9C34

Tints of Fuel Yellow #CD9C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 49.64%
G = 37.77%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD9C34 (or 0xCD9C34) is known color: Fuel Yellow. HEX triplet: CD, 9C and 34. RGB value is (205,156,52). Sum of RGB (Red+Green+Blue) = 205+156+52=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C34 is #3263CB. Grayscale: #9F9F9F. Windows color (decimal): -3302348 or 3448013. OLE color: 3448013.

HSL color Cylindrical-coordinate representation of color #CD9C34: hue angle of 40.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD9C34 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 156 52 -
CMYK 0 0.24 0.75 0.20
HSL 40.78º 0.6% 0.5% -
HSV(B) 40.78º 0.75% 0.8% -
XYZ 37.69 37 8.41 -
YUV 158.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 205 156 52 0 0.24 0.75 0.20 40.78 0.6 0.5
Hex CD 9C 34 0 18 4B 14 29 3C 32
Octal 315 234 64 0 30 113 24 51 74 62
Binary 11001101 10011100 110100 0 11000 1001011 10100 101001 111100 110010

Color Harmonies of #CD9C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C34

Black with #CD9C34

Text Example


Text Example

White with #CD9C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C34; }

 p { color: rgb(205,156,52); }

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

background-color css

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

 a { background-color: rgb(205,156,52); }

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

border-color css

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

 span { border-color: rgb(205,156,52); }

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