Html Css Color HEX #CC8C2E Fuel Yellow

📋 copy color: '#CC8C2E'

red 204 ◦ green 140 ◦ blue 46

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

Shades of Fuel Yellow #CC8C2E

Tints of Fuel Yellow #CC8C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.79%

R = 52.31%
G = 35.9%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC8C2E (or 0xCC8C2E) is known color: Fuel Yellow. HEX triplet: CC, 8C and 2E. RGB value is (204,140,46). Sum of RGB (Red+Green+Blue) = 204+140+46=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C2E is #3373D1. Grayscale: #949494. Windows color (decimal): -3371986 or 3050700. OLE color: 3050700.

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

Color convert

RGB 204 140 46 -
CMYK 0 0.31 0.77 0.2
HSL 35.7º 0.63% 0.49% -
HSV(B) 35.7º 0.77% 0.8% -
XYZ 34.77 31.79 6.89 -
YUV 148.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 204 140 46 0 0.31 0.77 0.2 35.7 0.63 0.49
Hex CC 8C 2E 0 1F 4D 14 24 3F 31
Octal 314 214 56 0 37 115 24 44 77 61
Binary 11001100 10001100 101110 0 11111 1001101 10100 100100 111111 110001

Color Harmonies of #CC8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C2E

Black with #CC8C2E

Text Example


Text Example

White with #CC8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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