Html Css Color HEX #CD993B Fuel Yellow

📋 copy color: '#CD993B'

red 205 ◦ green 153 ◦ blue 59

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

Shades of Fuel Yellow #CD993B

Tints of Fuel Yellow #CD993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.15%

R = 49.16%
G = 36.69%
B = 14.15%

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

#CD993B (or 0xCD993B) is known color: Fuel Yellow. HEX triplet: CD, 99 and 3B. RGB value is (205,153,59). Sum of RGB (Red+Green+Blue) = 205+153+59=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD993B is #3266C4. Grayscale: #9E9E9E. Windows color (decimal): -3303109 or 3905997. OLE color: 3905997.

HSL color Cylindrical-coordinate representation of color #CD993B: hue angle of 38.63º 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 #CD993B is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 59 -
CMYK 0 0.25 0.71 0.20
HSL 38.63º 0.59% 0.52% -
HSV(B) 38.63º 0.71% 0.8% -
XYZ 37.36 36.08 9.13 -
YUV 157.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 205 153 59 0 0.25 0.71 0.20 38.63 0.59 0.52
Hex CD 99 3B 0 19 47 14 27 3B 34
Octal 315 231 73 0 31 107 24 47 73 64
Binary 11001101 10011001 111011 0 11001 1000111 10100 100111 111011 110100

Color Harmonies of #CD993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD993B

Black with #CD993B

Text Example


Text Example

White with #CD993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD993B; }

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

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

background-color css

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

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

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

border-color css

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

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

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