Html Css Color HEX #CD9C0C Buddha Gold

📋 copy color: '#CD9C0C'

red 205 ◦ green 156 ◦ blue 12

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

Shades of Buddha Gold #CD9C0C

Tints of Buddha Gold #CD9C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.22%

R = 54.96%
G = 41.82%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD9C0C (or 0xCD9C0C) is known color: Buddha Gold. HEX triplet: CD, 9C and 0C. RGB value is (205,156,12). Sum of RGB (Red+Green+Blue) = 205+156+12=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9C0C is #3263F3. Grayscale: #9A9A9A. Windows color (decimal): -3302388 or 826573. OLE color: 826573.

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

Color convert

RGB 205 156 12 -
CMYK 0 0.24 0.94 0.20
HSL 44.77º 0.89% 0.43% -
HSV(B) 44.77º 0.94% 0.8% -
XYZ 37.13 36.78 5.49 -
YUV 154.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 205 156 12 0 0.24 0.94 0.20 44.77 0.89 0.43
Hex CD 9C C 0 18 5E 14 2D 59 2B
Octal 315 234 14 0 30 136 24 55 131 53
Binary 11001101 10011100 1100 0 11000 1011110 10100 101101 1011001 101011

Color Harmonies of #CD9C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C0C

Black with #CD9C0C

Text Example


Text Example

White with #CD9C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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