Html Css Color HEX #CDA10A Buddha Gold

📋 copy color: '#CDA10A'

red 205 ◦ green 161 ◦ blue 10

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

Shades of Buddha Gold #CDA10A

Tints of Buddha Gold #CDA10A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

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

R = 54.52%
G = 42.82%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDA10A (or 0xCDA10A) is known color: Buddha Gold. HEX triplet: CD, A1 and 0A. RGB value is (205,161,10). Sum of RGB (Red+Green+Blue) = 205+161+10=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA10A is #325EF5. Grayscale: #9D9D9D. Windows color (decimal): -3301110 or 696781. OLE color: 696781.

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

Color convert

RGB 205 161 10 -
CMYK 0 0.21 0.95 0.20
HSL 46.46º 0.91% 0.42% -
HSV(B) 46.46º 0.95% 0.8% -
XYZ 37.98 38.49 5.72 -
YUV 156.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 205 161 10 0 0.21 0.95 0.20 46.46 0.91 0.42
Hex CD A1 A 0 15 5F 14 2E 5B 2A
Octal 315 241 12 0 25 137 24 56 133 52
Binary 11001101 10100001 1010 0 10101 1011111 10100 101110 1011011 101010

Color Harmonies of #CDA10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA10A

Black with #CDA10A

Text Example


Text Example

White with #CDA10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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