Html Css Color HEX #CD9E14 Buddha Gold

📋 copy color: '#CD9E14'

red 205 ◦ green 158 ◦ blue 20

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

Shades of Buddha Gold #CD9E14

Tints of Buddha Gold #CD9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 53.52%
G = 41.25%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD9E14 (or 0xCD9E14) is known color: Buddha Gold. HEX triplet: CD, 9E and 14. RGB value is (205,158,20). Sum of RGB (Red+Green+Blue) = 205+158+20=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9E14 is #3261EB. Grayscale: #9C9C9C. Windows color (decimal): -3301868 or 1351373. OLE color: 1351373.

HSL color Cylindrical-coordinate representation of color #CD9E14: hue angle of 44.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD9E14 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 158 20 -
CMYK 0 0.23 0.90 0.20
HSL 44.76º 0.82% 0.44% -
HSV(B) 44.76º 0.9% 0.8% -
XYZ 37.53 37.48 5.92 -
YUV 156.32 51.07 162.72 -
System Red Green Blue C M Y K H S L
Decimal 205 158 20 0 0.23 0.90 0.20 44.76 0.82 0.44
Hex CD 9E 14 0 17 5A 14 2D 52 2C
Octal 315 236 24 0 27 132 24 55 122 54
Binary 11001101 10011110 10100 0 10111 1011010 10100 101101 1010010 101100

Color Harmonies of #CD9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E14

Black with #CD9E14

Text Example


Text Example

White with #CD9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E14; }

 p { color: rgb(205,158,20); }

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

background-color css

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

 a { background-color: rgb(205,158,20); }

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

border-color css

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

 span { border-color: rgb(205,158,20); }

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