Html Css Color HEX #CC8B2F Fuel Yellow

📋 copy color: '#CC8B2F'

red 204 ◦ green 139 ◦ blue 47

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

Shades of Fuel Yellow #CC8B2F

Tints of Fuel Yellow #CC8B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 47 (18.75% from 255) = 12.05%

R = 52.31%
G = 35.64%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC8B2F (or 0xCC8B2F) is known color: Fuel Yellow. HEX triplet: CC, 8B and 2F. RGB value is (204,139,47). Sum of RGB (Red+Green+Blue) = 204+139+47=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B2F is #3374D0. Grayscale: #949494. Windows color (decimal): -3372241 or 3115980. OLE color: 3115980.

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

Color convert

RGB 204 139 47 -
CMYK 0 0.32 0.77 0.2
HSL 35.16º 0.63% 0.49% -
HSV(B) 35.16º 0.77% 0.8% -
XYZ 34.65 31.51 6.94 -
YUV 147.95 71.03 167.98 -
System Red Green Blue C M Y K H S L
Decimal 204 139 47 0 0.32 0.77 0.2 35.16 0.63 0.49
Hex CC 8B 2F 0 20 4D 14 23 3F 31
Octal 314 213 57 0 40 115 24 43 77 61
Binary 11001100 10001011 101111 0 100000 1001101 10100 100011 111111 110001

Color Harmonies of #CC8B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B2F

Black with #CC8B2F

Text Example


Text Example

White with #CC8B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B2F; }

 p { color: rgb(204,139,47); }

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

background-color css

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

 a { background-color: rgb(204,139,47); }

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

border-color css

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

 span { border-color: rgb(204,139,47); }

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