Html Css Color HEX #CD9C12 Buddha Gold

📋 copy color: '#CD9C12'

red 205 ◦ green 156 ◦ blue 18

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

Shades of Buddha Gold #CD9C12

Tints of Buddha Gold #CD9C12

RGB

 RED value IS 205 (80.47% from 255) = 54.09%

 GREEN value IS 156 (61.33% from 255) = 41.16%

 BLUE value IS 18 (7.42% from 255) = 4.75%

R = 54.09%
G = 41.16%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD9C12 (or 0xCD9C12) is known color: Buddha Gold. HEX triplet: CD, 9C and 12. RGB value is (205,156,18). Sum of RGB (Red+Green+Blue) = 205+156+18=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9C12 is #3263ED. Grayscale: #9B9B9B. Windows color (decimal): -3302382 or 1219789. OLE color: 1219789.

HSL color Cylindrical-coordinate representation of color #CD9C12: hue angle of 44.28º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD9C12 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 156 18 -
CMYK 0 0.24 0.91 0.20
HSL 44.28º 0.84% 0.44% -
HSV(B) 44.28º 0.91% 0.8% -
XYZ 37.17 36.8 5.72 -
YUV 154.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 205 156 18 0 0.24 0.91 0.20 44.28 0.84 0.44
Hex CD 9C 12 0 18 5B 14 2C 54 2C
Octal 315 234 22 0 30 133 24 54 124 54
Binary 11001101 10011100 10010 0 11000 1011011 10100 101100 1010100 101100

Color Harmonies of #CD9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C12

Black with #CD9C12

Text Example


Text Example

White with #CD9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C12; }

 p { color: rgb(205,156,18); }

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

background-color css

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

 a { background-color: rgb(205,156,18); }

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

border-color css

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

 span { border-color: rgb(205,156,18); }

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