Html Css Color HEX #CC951B Buddha Gold

📋 copy color: '#CC951B'

red 204 ◦ green 149 ◦ blue 27

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

Shades of Buddha Gold #CC951B

Tints of Buddha Gold #CC951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.11%

R = 53.68%
G = 39.21%
B = 7.11%

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

#CC951B (or 0xCC951B) is known color: Buddha Gold. HEX triplet: CC, 95 and 1B. RGB value is (204,149,27). Sum of RGB (Red+Green+Blue) = 204+149+27=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC951B is #336AE4. Grayscale: #989898. Windows color (decimal): -3369701 or 1807820. OLE color: 1807820.

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

Color convert

RGB 204 149 27 -
CMYK 0 0.27 0.87 0.2
HSL 41.36º 0.77% 0.45% -
HSV(B) 41.36º 0.87% 0.8% -
XYZ 35.85 34.41 5.79 -
YUV 151.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 204 149 27 0 0.27 0.87 0.2 41.36 0.77 0.45
Hex CC 95 1B 0 1B 57 14 29 4D 2D
Octal 314 225 33 0 33 127 24 51 115 55
Binary 11001100 10010101 11011 0 11011 1010111 10100 101001 1001101 101101

Color Harmonies of #CC951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC951B

Black with #CC951B

Text Example


Text Example

White with #CC951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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