Html Css Color HEX #CD9A12 Buddha Gold

📋 copy color: '#CD9A12'

red 205 ◦ green 154 ◦ blue 18

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

Shades of Buddha Gold #CD9A12

Tints of Buddha Gold #CD9A12

RGB

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

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

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

R = 54.38%
G = 40.85%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD9A12 (or 0xCD9A12) is known color: Buddha Gold. HEX triplet: CD, 9A and 12. RGB value is (205,154,18). Sum of RGB (Red+Green+Blue) = 205+154+18=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9A12 is #3265ED. Grayscale: #9A9A9A. Windows color (decimal): -3302894 or 1219277. OLE color: 1219277.

HSL color Cylindrical-coordinate representation of color #CD9A12: hue angle of 43.64º 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 #CD9A12 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 154 18 -
CMYK 0 0.25 0.91 0.20
HSL 43.64º 0.84% 0.44% -
HSV(B) 43.64º 0.91% 0.8% -
XYZ 36.84 36.13 5.61 -
YUV 153.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 205 154 18 0 0.25 0.91 0.20 43.64 0.84 0.44
Hex CD 9A 12 0 19 5B 14 2C 54 2C
Octal 315 232 22 0 31 133 24 54 124 54
Binary 11001101 10011010 10010 0 11001 1011011 10100 101100 1010100 101100

Color Harmonies of #CD9A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A12

Black with #CD9A12

Text Example


Text Example

White with #CD9A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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