Html Css Color HEX #CD992F Fuel Yellow

📋 copy color: '#CD992F'

red 205 ◦ green 153 ◦ blue 47

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

Shades of Fuel Yellow #CD992F

Tints of Fuel Yellow #CD992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.6%

R = 50.62%
G = 37.78%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD992F (or 0xCD992F) is known color: Fuel Yellow. HEX triplet: CD, 99 and 2F. RGB value is (205,153,47). Sum of RGB (Red+Green+Blue) = 205+153+47=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD992F is #3266D0. Grayscale: #9C9C9C. Windows color (decimal): -3303121 or 3119565. OLE color: 3119565.

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

Color convert

RGB 205 153 47 -
CMYK 0 0.25 0.77 0.20
HSL 40.25º 0.63% 0.49% -
HSV(B) 40.25º 0.77% 0.8% -
XYZ 37.08 35.97 7.68 -
YUV 156.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 205 153 47 0 0.25 0.77 0.20 40.25 0.63 0.49
Hex CD 99 2F 0 19 4D 14 28 3F 31
Octal 315 231 57 0 31 115 24 50 77 61
Binary 11001101 10011001 101111 0 11001 1001101 10100 101000 111111 110001

Color Harmonies of #CD992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD992F

Black with #CD992F

Text Example


Text Example

White with #CD992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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