Html Css Color HEX #CC950A Buddha Gold

📋 copy color: '#CC950A'

red 204 ◦ green 149 ◦ blue 10

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

Shades of Buddha Gold #CC950A

Tints of Buddha Gold #CC950A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 56.2%
G = 41.05%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC950A (or 0xCC950A) is known color: Buddha Gold. HEX triplet: CC, 95 and 0A. RGB value is (204,149,10). Sum of RGB (Red+Green+Blue) = 204+149+10=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC950A is #336AF5. Grayscale: #969696. Windows color (decimal): -3369718 or 693708. OLE color: 693708.

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

Color convert

RGB 204 149 10 -
CMYK 0 0.27 0.95 0.2
HSL 42.99º 0.91% 0.42% -
HSV(B) 42.99º 0.95% 0.8% -
XYZ 35.7 34.35 5.04 -
YUV 149.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 204 149 10 0 0.27 0.95 0.2 42.99 0.91 0.42
Hex CC 95 A 0 1B 5F 14 2B 5B 2A
Octal 314 225 12 0 33 137 24 53 133 52
Binary 11001100 10010101 1010 0 11011 1011111 10100 101011 1011011 101010

Color Harmonies of #CC950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC950A

Black with #CC950A

Text Example


Text Example

White with #CC950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC950A; }

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

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

background-color css

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

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

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

border-color css

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

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

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