Html Css Color HEX #CC8C2A Fuel Yellow

📋 copy color: '#CC8C2A'

red 204 ◦ green 140 ◦ blue 42

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

Shades of Fuel Yellow #CC8C2A

Tints of Fuel Yellow #CC8C2A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 52.85%
G = 36.27%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC8C2A (or 0xCC8C2A) is known color: Fuel Yellow. HEX triplet: CC, 8C and 2A. RGB value is (204,140,42). Sum of RGB (Red+Green+Blue) = 204+140+42=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C2A is #3373D5. Grayscale: #949494. Windows color (decimal): -3371990 or 2788556. OLE color: 2788556.

HSL color Cylindrical-coordinate representation of color #CC8C2A: hue angle of 36.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC8C2A is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 42 -
CMYK 0 0.31 0.79 0.2
HSL 36.3º 0.66% 0.48% -
HSV(B) 36.3º 0.79% 0.8% -
XYZ 34.7 31.76 6.49 -
YUV 147.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 204 140 42 0 0.31 0.79 0.2 36.3 0.66 0.48
Hex CC 8C 2A 0 1F 4F 14 24 42 30
Octal 314 214 52 0 37 117 24 44 102 60
Binary 11001100 10001100 101010 0 11111 1001111 10100 100100 1000010 110000

Color Harmonies of #CC8C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C2A

Black with #CC8C2A

Text Example


Text Example

White with #CC8C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C2A; }

 p { color: rgb(204,140,42); }

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

background-color css

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

 a { background-color: rgb(204,140,42); }

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

border-color css

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

 span { border-color: rgb(204,140,42); }

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