Html Css Color HEX #CDA70A Buddha Gold

📋 copy color: '#CDA70A'

red 205 ◦ green 167 ◦ blue 10

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

Shades of Buddha Gold #CDA70A

Tints of Buddha Gold #CDA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.72%

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

R = 53.66%
G = 43.72%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDA70A (or 0xCDA70A) is known color: Buddha Gold. HEX triplet: CD, A7 and 0A. RGB value is (205,167,10). Sum of RGB (Red+Green+Blue) = 205+167+10=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA70A is #3258F5. Grayscale: #A1A1A1. Windows color (decimal): -3299574 or 698317. OLE color: 698317.

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

Color convert

RGB 205 167 10 -
CMYK 0 0.19 0.95 0.20
HSL 48.31º 0.91% 0.42% -
HSV(B) 48.31º 0.95% 0.8% -
XYZ 39.05 40.64 6.07 -
YUV 160.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 205 167 10 0 0.19 0.95 0.20 48.31 0.91 0.42
Hex CD A7 A 0 13 5F 14 30 5B 2A
Octal 315 247 12 0 23 137 24 60 133 52
Binary 11001101 10100111 1010 0 10011 1011111 10100 110000 1011011 101010

Color Harmonies of #CDA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA70A

Black with #CDA70A

Text Example


Text Example

White with #CDA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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