Html Css Color HEX #CD8C2A Fuel Yellow

📋 copy color: '#CD8C2A'

red 205 ◦ green 140 ◦ blue 42

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

Shades of Fuel Yellow #CD8C2A

Tints of Fuel Yellow #CD8C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.85%

R = 52.97%
G = 36.18%
B = 10.85%

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

#CD8C2A (or 0xCD8C2A) is known color: Fuel Yellow. HEX triplet: CD, 8C and 2A. RGB value is (205,140,42). Sum of RGB (Red+Green+Blue) = 205+140+42=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C2A is #3273D5. Grayscale: #949494. Windows color (decimal): -3306454 or 2788557. OLE color: 2788557.

HSL color Cylindrical-coordinate representation of color #CD8C2A: hue angle of 36.07º degrees, saturation: 0.66, 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 #CD8C2A is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 42 -
CMYK 0 0.32 0.80 0.20
HSL 36.07º 0.66% 0.48% -
HSV(B) 36.07º 0.8% 0.8% -
XYZ 34.97 31.9 6.51 -
YUV 148.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 205 140 42 0 0.32 0.80 0.20 36.07 0.66 0.48
Hex CD 8C 2A 0 20 50 14 24 42 30
Octal 315 214 52 0 40 120 24 44 102 60
Binary 11001101 10001100 101010 0 100000 1010000 10100 100100 1000010 110000

Color Harmonies of #CD8C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C2A

Black with #CD8C2A

Text Example


Text Example

White with #CD8C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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