Html Css Color HEX #CC951A Buddha Gold

📋 copy color: '#CC951A'

red 204 ◦ green 149 ◦ blue 26

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

Shades of Buddha Gold #CC951A

Tints of Buddha Gold #CC951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 53.83%
G = 39.31%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC951A (or 0xCC951A) is known color: Buddha Gold. HEX triplet: CC, 95 and 1A. RGB value is (204,149,26). Sum of RGB (Red+Green+Blue) = 204+149+26=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC951A is #336AE5. Grayscale: #979797. Windows color (decimal): -3369702 or 1742284. OLE color: 1742284.

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

Color convert

RGB 204 149 26 -
CMYK 0 0.27 0.87 0.2
HSL 41.46º 0.77% 0.45% -
HSV(B) 41.46º 0.87% 0.8% -
XYZ 35.84 34.41 5.73 -
YUV 151.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 204 149 26 0 0.27 0.87 0.2 41.46 0.77 0.45
Hex CC 95 1A 0 1B 57 14 29 4D 2D
Octal 314 225 32 0 33 127 24 51 115 55
Binary 11001100 10010101 11010 0 11011 1010111 10100 101001 1001101 101101

Color Harmonies of #CC951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC951A

Black with #CC951A

Text Example


Text Example

White with #CC951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC951A; }

 p { color: rgb(204,149,26); }

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

background-color css

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

 a { background-color: rgb(204,149,26); }

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

border-color css

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

 span { border-color: rgb(204,149,26); }

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