Html Css Color HEX #CDA80A Buddha Gold

📋 copy color: '#CDA80A'

red 205 ◦ green 168 ◦ blue 10

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

Shades of Buddha Gold #CDA80A

Tints of Buddha Gold #CDA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

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

R = 53.52%
G = 43.86%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CDA80A (or 0xCDA80A) is known color: Buddha Gold. HEX triplet: CD, A8 and 0A. RGB value is (205,168,10). Sum of RGB (Red+Green+Blue) = 205+168+10=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA80A is #3257F5. Grayscale: #A1A1A1. Windows color (decimal): -3299318 or 698573. OLE color: 698573.

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

Color convert

RGB 205 168 10 -
CMYK 0 0.18 0.95 0.20
HSL 48.62º 0.91% 0.42% -
HSV(B) 48.62º 0.95% 0.8% -
XYZ 39.23 41.01 6.13 -
YUV 161.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 205 168 10 0 0.18 0.95 0.20 48.62 0.91 0.42
Hex CD A8 A 0 12 5F 14 31 5B 2A
Octal 315 250 12 0 22 137 24 61 133 52
Binary 11001101 10101000 1010 0 10010 1011111 10100 110001 1011011 101010

Color Harmonies of #CDA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA80A

Black with #CDA80A

Text Example


Text Example

White with #CDA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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