Html Css Color HEX #CC9B2D Fuel Yellow

📋 copy color: '#CC9B2D'

red 204 ◦ green 155 ◦ blue 45

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

Shades of Fuel Yellow #CC9B2D

Tints of Fuel Yellow #CC9B2D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

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

R = 50.5%
G = 38.37%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC9B2D (or 0xCC9B2D) is known color: Fuel Yellow. HEX triplet: CC, 9B and 2D. RGB value is (204,155,45). Sum of RGB (Red+Green+Blue) = 204+155+45=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B2D is #3364D2. Grayscale: #9D9D9D. Windows color (decimal): -3368147 or 2989004. OLE color: 2989004.

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

Color convert

RGB 204 155 45 -
CMYK 0 0.24 0.78 0.2
HSL 41.51º 0.64% 0.49% -
HSV(B) 41.51º 0.78% 0.8% -
XYZ 37.1 36.47 7.57 -
YUV 157.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 204 155 45 0 0.24 0.78 0.2 41.51 0.64 0.49
Hex CC 9B 2D 0 18 4E 14 2A 40 31
Octal 314 233 55 0 30 116 24 52 100 61
Binary 11001100 10011011 101101 0 11000 1001110 10100 101010 1000000 110001

Color Harmonies of #CC9B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B2D

Black with #CC9B2D

Text Example


Text Example

White with #CC9B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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