Html Css Color HEX #CDA00D Buddha Gold

📋 copy color: '#CDA00D'

red 205 ◦ green 160 ◦ blue 13

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

Shades of Buddha Gold #CDA00D

Tints of Buddha Gold #CDA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

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

R = 54.23%
G = 42.33%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CDA00D (or 0xCDA00D) is known color: Buddha Gold. HEX triplet: CD, A0 and 0D. RGB value is (205,160,13). Sum of RGB (Red+Green+Blue) = 205+160+13=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA00D is #325FF2. Grayscale: #9D9D9D. Windows color (decimal): -3301363 or 893133. OLE color: 893133.

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

Color convert

RGB 205 160 13 -
CMYK 0 0.22 0.94 0.20
HSL 45.94º 0.88% 0.43% -
HSV(B) 45.94º 0.94% 0.8% -
XYZ 37.82 38.15 5.75 -
YUV 156.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 205 160 13 0 0.22 0.94 0.20 45.94 0.88 0.43
Hex CD A0 D 0 16 5E 14 2E 58 2B
Octal 315 240 15 0 26 136 24 56 130 53
Binary 11001101 10100000 1101 0 10110 1011110 10100 101110 1011000 101011

Color Harmonies of #CDA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA00D

Black with #CDA00D

Text Example


Text Example

White with #CDA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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