Html Css Color HEX #CC9438 Fuel Yellow

📋 copy color: '#CC9438'

red 204 ◦ green 148 ◦ blue 56

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

Shades of Fuel Yellow #CC9438

Tints of Fuel Yellow #CC9438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 56 (22.27% from 255) = 13.73%

R = 50%
G = 36.27%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC9438 (or 0xCC9438) is known color: Fuel Yellow. HEX triplet: CC, 94 and 38. RGB value is (204,148,56). Sum of RGB (Red+Green+Blue) = 204+148+56=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9438 is #336BC7. Grayscale: #9A9A9A. Windows color (decimal): -3369928 or 3708108. OLE color: 3708108.

HSL color Cylindrical-coordinate representation of color #CC9438: hue angle of 37.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC9438 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 56 -
CMYK 0 0.27 0.73 0.2
HSL 37.3º 0.59% 0.51% -
HSV(B) 37.3º 0.73% 0.8% -
XYZ 36.21 34.3 8.45 -
YUV 154.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 204 148 56 0 0.27 0.73 0.2 37.3 0.59 0.51
Hex CC 94 38 0 1B 49 14 25 3B 33
Octal 314 224 70 0 33 111 24 45 73 63
Binary 11001100 10010100 111000 0 11011 1001001 10100 100101 111011 110011

Color Harmonies of #CC9438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9438

Black with #CC9438

Text Example


Text Example

White with #CC9438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9438; }

 p { color: rgb(204,148,56); }

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

background-color css

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

 a { background-color: rgb(204,148,56); }

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

border-color css

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

 span { border-color: rgb(204,148,56); }

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