Html Css Color HEX #CDA70D Buddha Gold

📋 copy color: '#CDA70D'

red 205 ◦ green 167 ◦ blue 13

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

Shades of Buddha Gold #CDA70D

Tints of Buddha Gold #CDA70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.38%

R = 53.25%
G = 43.38%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CDA70D (or 0xCDA70D) is known color: Buddha Gold. HEX triplet: CD, A7 and 0D. RGB value is (205,167,13). Sum of RGB (Red+Green+Blue) = 205+167+13=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA70D is #3258F2. Grayscale: #A1A1A1. Windows color (decimal): -3299571 or 894925. OLE color: 894925.

HSL color Cylindrical-coordinate representation of color #CDA70D: hue angle of 48.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA70D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 13 -
CMYK 0 0.19 0.94 0.20
HSL 48.13º 0.88% 0.43% -
HSV(B) 48.13º 0.94% 0.8% -
XYZ 39.07 40.65 6.17 -
YUV 160.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 205 167 13 0 0.19 0.94 0.20 48.13 0.88 0.43
Hex CD A7 D 0 13 5E 14 30 58 2B
Octal 315 247 15 0 23 136 24 60 130 53
Binary 11001101 10100111 1101 0 10011 1011110 10100 110000 1011000 101011

Color Harmonies of #CDA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA70D

Black with #CDA70D

Text Example


Text Example

White with #CDA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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