Html Css Color HEX #CD9D0A Buddha Gold

📋 copy color: '#CD9D0A'

red 205 ◦ green 157 ◦ blue 10

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

Shades of Buddha Gold #CD9D0A

Tints of Buddha Gold #CD9D0A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 10 (4.3% from 255) = 2.69%

R = 55.11%
G = 42.2%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD9D0A (or 0xCD9D0A) is known color: Buddha Gold. HEX triplet: CD, 9D and 0A. RGB value is (205,157,10). Sum of RGB (Red+Green+Blue) = 205+157+10=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9D0A is #3262F5. Grayscale: #9B9B9B. Windows color (decimal): -3302134 or 695757. OLE color: 695757.

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

Color convert

RGB 205 157 10 -
CMYK 0 0.23 0.95 0.20
HSL 45.23º 0.91% 0.42% -
HSV(B) 45.23º 0.95% 0.8% -
XYZ 37.29 37.11 5.49 -
YUV 154.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 205 157 10 0 0.23 0.95 0.20 45.23 0.91 0.42
Hex CD 9D A 0 17 5F 14 2D 5B 2A
Octal 315 235 12 0 27 137 24 55 133 52
Binary 11001101 10011101 1010 0 10111 1011111 10100 101101 1011011 101010

Color Harmonies of #CD9D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9D0A

Black with #CD9D0A

Text Example


Text Example

White with #CD9D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9D0A; }

 p { color: rgb(205,157,10); }

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

background-color css

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

 a { background-color: rgb(205,157,10); }

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

border-color css

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

 span { border-color: rgb(205,157,10); }

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