Html Css Color HEX #CD993C Fuel Yellow

📋 copy color: '#CD993C'

red 205 ◦ green 153 ◦ blue 60

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

Shades of Fuel Yellow #CD993C

Tints of Fuel Yellow #CD993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 49.04%
G = 36.6%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD993C (or 0xCD993C) is known color: Fuel Yellow. HEX triplet: CD, 99 and 3C. RGB value is (205,153,60). Sum of RGB (Red+Green+Blue) = 205+153+60=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD993C is #3266C3. Grayscale: #9E9E9E. Windows color (decimal): -3303108 or 3971533. OLE color: 3971533.

HSL color Cylindrical-coordinate representation of color #CD993C: hue angle of 38.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD993C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 60 -
CMYK 0 0.25 0.71 0.20
HSL 38.48º 0.59% 0.52% -
HSV(B) 38.48º 0.71% 0.8% -
XYZ 37.38 36.09 9.27 -
YUV 157.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 205 153 60 0 0.25 0.71 0.20 38.48 0.59 0.52
Hex CD 99 3C 0 19 47 14 26 3B 34
Octal 315 231 74 0 31 107 24 46 73 64
Binary 11001101 10011001 111100 0 11001 1000111 10100 100110 111011 110100

Color Harmonies of #CD993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD993C

Black with #CD993C

Text Example


Text Example

White with #CD993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD993C; }

 p { color: rgb(205,153,60); }

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

background-color css

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

 a { background-color: rgb(205,153,60); }

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

border-color css

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

 span { border-color: rgb(205,153,60); }

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