Html Css Color HEX #CC9A1D Buddha Gold

📋 copy color: '#CC9A1D'

red 204 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #CC9A1D

Tints of Buddha Gold #CC9A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 52.71%
G = 39.79%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC9A1D (or 0xCC9A1D) is known color: Buddha Gold. HEX triplet: CC, 9A and 1D. RGB value is (204,154,29). Sum of RGB (Red+Green+Blue) = 204+154+29=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A1D is #3365E2. Grayscale: #9B9B9B. Windows color (decimal): -3368419 or 1940172. OLE color: 1940172.

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

Color convert

RGB 204 154 29 -
CMYK 0 0.25 0.86 0.2
HSL 42.86º 0.75% 0.46% -
HSV(B) 42.86º 0.86% 0.8% -
XYZ 36.68 36.04 6.19 -
YUV 154.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 204 154 29 0 0.25 0.86 0.2 42.86 0.75 0.46
Hex CC 9A 1D 0 19 56 14 2B 4B 2E
Octal 314 232 35 0 31 126 24 53 113 56
Binary 11001100 10011010 11101 0 11001 1010110 10100 101011 1001011 101110

Color Harmonies of #CC9A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A1D

Black with #CC9A1D

Text Example


Text Example

White with #CC9A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A1D; }

 p { color: rgb(204,154,29); }

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

background-color css

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

 a { background-color: rgb(204,154,29); }

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

border-color css

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

 span { border-color: rgb(204,154,29); }

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