#CC981F

Color #CC981F Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CC981F

Tints of Buddha Gold #CC981F

Color information

#CC981F (or 0xCC981F) is unknown color: approx Buddha Gold. HEX triplet: CC, 98 and 1F. RGB value is (204,152,31). Sum of RGB (Red+Green+Blue) = 204+152+31=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC981F is #3367E0. Grayscale: #9A9A9A. Windows color (decimal): -3368929 or 2070732. OLE color: 2070732.

HSL color Cylindrical-coordinate representation of color #CC981F: hue angle of 41.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC981F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB20415231-
CMYK00.250.850.2
HSL41.97º73.62%46.08%-
HSV(B)41.97º84.8%80%-
XYZ36.3835.396.21-
YUV153.7558.73163.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 31 (12.5% from 255) = 8.01%
R=52.71%
G=39.28%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041523100.250.850.241.9773.6246.08
HexCC981F01955142a4a2e
Octal31423037031125245211256
Binary1100110010011000111110110011010101101001010101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC981F; }

 p { color: rgb(204,152,31); }

 H1.HeaderClassName
 {
   color: #CC981F;
 }
 .AnyTagClassName
 {
   color: #CC981F;
 }
</style>
background-color css

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

 a { background-color: rgb(204,152,31); }

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

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

 span { border-color: rgb(204,152,31); }

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