Html Css Color HEX #CC982D Fuel Yellow

📋 copy color: '#CC982D'

red 204 ◦ green 152 ◦ blue 45

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

Shades of Fuel Yellow #CC982D

Tints of Fuel Yellow #CC982D

RGB

 RED value IS 204 (80.08% from 255) = 50.87%

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 50.87%
G = 37.91%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC982D (or 0xCC982D) is known color: Fuel Yellow. HEX triplet: CC, 98 and 2D. RGB value is (204,152,45). Sum of RGB (Red+Green+Blue) = 204+152+45=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC982D is #3367D2. Grayscale: #9B9B9B. Windows color (decimal): -3368915 or 2988236. OLE color: 2988236.

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

Color convert

RGB 204 152 45 -
CMYK 0 0.25 0.78 0.2
HSL 40.38º 0.64% 0.49% -
HSV(B) 40.38º 0.78% 0.8% -
XYZ 36.6 35.48 7.4 -
YUV 155.35 65.73 162.7 -
System Red Green Blue C M Y K H S L
Decimal 204 152 45 0 0.25 0.78 0.2 40.38 0.64 0.49
Hex CC 98 2D 0 19 4E 14 28 40 31
Octal 314 230 55 0 31 116 24 50 100 61
Binary 11001100 10011000 101101 0 11001 1001110 10100 101000 1000000 110001

Color Harmonies of #CC982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC982D

Black with #CC982D

Text Example


Text Example

White with #CC982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC982D; }

 p { color: rgb(204,152,45); }

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

background-color css

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

 a { background-color: rgb(204,152,45); }

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

border-color css

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

 span { border-color: rgb(204,152,45); }

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