Html Css Color HEX #CC8D30 Fuel Yellow

📋 copy color: '#CC8D30'

red 204 ◦ green 141 ◦ blue 48

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

Shades of Fuel Yellow #CC8D30

Tints of Fuel Yellow #CC8D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

 BLUE value IS 48 (19.14% from 255) = 12.21%

R = 51.91%
G = 35.88%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC8D30 (or 0xCC8D30) is known color: Fuel Yellow. HEX triplet: CC, 8D and 30. RGB value is (204,141,48). Sum of RGB (Red+Green+Blue) = 204+141+48=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D30 is #3372CF. Grayscale: #959595. Windows color (decimal): -3371728 or 3182028. OLE color: 3182028.

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

Color convert

RGB 204 141 48 -
CMYK 0 0.31 0.76 0.2
HSL 35.77º 0.62% 0.49% -
HSV(B) 35.77º 0.76% 0.8% -
XYZ 34.96 32.1 7.15 -
YUV 149.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 204 141 48 0 0.31 0.76 0.2 35.77 0.62 0.49
Hex CC 8D 30 0 1F 4C 14 24 3E 31
Octal 314 215 60 0 37 114 24 44 76 61
Binary 11001100 10001101 110000 0 11111 1001100 10100 100100 111110 110001

Color Harmonies of #CC8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D30

Black with #CC8D30

Text Example


Text Example

White with #CC8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D30; }

 p { color: rgb(204,141,48); }

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

background-color css

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

 a { background-color: rgb(204,141,48); }

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

border-color css

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

 span { border-color: rgb(204,141,48); }

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