Html Css Color HEX #CC971F Buddha Gold

📋 copy color: '#CC971F'

red 204 ◦ green 151 ◦ blue 31

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

Shades of Buddha Gold #CC971F

Tints of Buddha Gold #CC971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 52.85%
G = 39.12%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC971F (or 0xCC971F) is known color: Buddha Gold. HEX triplet: CC, 97 and 1F. RGB value is (204,151,31). Sum of RGB (Red+Green+Blue) = 204+151+31=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC971F is #3368E0. Grayscale: #999999. Windows color (decimal): -3369185 or 2070476. OLE color: 2070476.

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

Color convert

RGB 204 151 31 -
CMYK 0 0.26 0.85 0.2
HSL 41.62º 0.74% 0.46% -
HSV(B) 41.62º 0.85% 0.8% -
XYZ 36.22 35.07 6.16 -
YUV 153.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 204 151 31 0 0.26 0.85 0.2 41.62 0.74 0.46
Hex CC 97 1F 0 1A 55 14 2A 4A 2E
Octal 314 227 37 0 32 125 24 52 112 56
Binary 11001100 10010111 11111 0 11010 1010101 10100 101010 1001010 101110

Color Harmonies of #CC971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC971F

Black with #CC971F

Text Example


Text Example

White with #CC971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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