Html Css Color HEX #CD8C25 Fuel Yellow

📋 copy color: '#CD8C25'

red 205 ◦ green 140 ◦ blue 37

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

Shades of Fuel Yellow #CD8C25

Tints of Fuel Yellow #CD8C25

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

 BLUE value IS 37 (14.84% from 255) = 9.69%

R = 53.66%
G = 36.65%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD8C25 (or 0xCD8C25) is known color: Fuel Yellow. HEX triplet: CD, 8C and 25. RGB value is (205,140,37). Sum of RGB (Red+Green+Blue) = 205+140+37=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C25 is #3273DA. Grayscale: #949494. Windows color (decimal): -3306459 or 2460877. OLE color: 2460877.

HSL color Cylindrical-coordinate representation of color #CD8C25: hue angle of 36.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD8C25 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 37 -
CMYK 0 0.32 0.82 0.20
HSL 36.79º 0.69% 0.47% -
HSV(B) 36.79º 0.82% 0.8% -
XYZ 34.89 31.87 6.06 -
YUV 147.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 205 140 37 0 0.32 0.82 0.20 36.79 0.69 0.47
Hex CD 8C 25 0 20 52 14 25 45 2F
Octal 315 214 45 0 40 122 24 45 105 57
Binary 11001101 10001100 100101 0 100000 1010010 10100 100101 1000101 101111

Color Harmonies of #CD8C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C25

Black with #CD8C25

Text Example


Text Example

White with #CD8C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C25; }

 p { color: rgb(205,140,37); }

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

background-color css

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

 a { background-color: rgb(205,140,37); }

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

border-color css

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

 span { border-color: rgb(205,140,37); }

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