Html Css Color HEX #CC9A2D Fuel Yellow

📋 copy color: '#CC9A2D'

red 204 ◦ green 154 ◦ blue 45

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

Shades of Fuel Yellow #CC9A2D

Tints of Fuel Yellow #CC9A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

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

R = 50.62%
G = 38.21%
B = 11.17%

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

#CC9A2D (or 0xCC9A2D) is known color: Fuel Yellow. HEX triplet: CC, 9A and 2D. RGB value is (204,154,45). Sum of RGB (Red+Green+Blue) = 204+154+45=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A2D is #3365D2. Grayscale: #9D9D9D. Windows color (decimal): -3368403 or 2988748. OLE color: 2988748.

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

Color convert

RGB 204 154 45 -
CMYK 0 0.25 0.78 0.2
HSL 41.13º 0.64% 0.49% -
HSV(B) 41.13º 0.78% 0.8% -
XYZ 36.93 36.14 7.51 -
YUV 156.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 204 154 45 0 0.25 0.78 0.2 41.13 0.64 0.49
Hex CC 9A 2D 0 19 4E 14 29 40 31
Octal 314 232 55 0 31 116 24 51 100 61
Binary 11001100 10011010 101101 0 11001 1001110 10100 101001 1000000 110001

Color Harmonies of #CC9A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A2D

Black with #CC9A2D

Text Example


Text Example

White with #CC9A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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