Html Css Color HEX #CD8C28 Fuel Yellow

📋 copy color: '#CD8C28'

red 205 ◦ green 140 ◦ blue 40

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

Shades of Fuel Yellow #CD8C28

Tints of Fuel Yellow #CD8C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 53.25%
G = 36.36%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD8C28 (or 0xCD8C28) is known color: Fuel Yellow. HEX triplet: CD, 8C and 28. RGB value is (205,140,40). Sum of RGB (Red+Green+Blue) = 205+140+40=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C28 is #3273D7. Grayscale: #949494. Windows color (decimal): -3306456 or 2657485. OLE color: 2657485.

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

Color convert

RGB 205 140 40 -
CMYK 0 0.32 0.80 0.20
HSL 36.36º 0.67% 0.48% -
HSV(B) 36.36º 0.8% 0.8% -
XYZ 34.94 31.89 6.32 -
YUV 148.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 205 140 40 0 0.32 0.80 0.20 36.36 0.67 0.48
Hex CD 8C 28 0 20 50 14 24 43 30
Octal 315 214 50 0 40 120 24 44 103 60
Binary 11001101 10001100 101000 0 100000 1010000 10100 100100 1000011 110000

Color Harmonies of #CD8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C28

Black with #CD8C28

Text Example


Text Example

White with #CD8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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