Html Css Color HEX #CD940D Buddha Gold

📋 copy color: '#CD940D'

red 205 ◦ green 148 ◦ blue 13

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

Shades of Buddha Gold #CD940D

Tints of Buddha Gold #CD940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 56.01%
G = 40.44%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD940D (or 0xCD940D) is known color: Buddha Gold. HEX triplet: CD, 94 and 0D. RGB value is (205,148,13). Sum of RGB (Red+Green+Blue) = 205+148+13=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD940D is #326BF2. Grayscale: #969696. Windows color (decimal): -3304435 or 890061. OLE color: 890061.

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

Color convert

RGB 205 148 13 -
CMYK 0 0.28 0.94 0.20
HSL 42.19º 0.88% 0.43% -
HSV(B) 42.19º 0.94% 0.8% -
XYZ 35.84 34.19 5.09 -
YUV 149.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 205 148 13 0 0.28 0.94 0.20 42.19 0.88 0.43
Hex CD 94 D 0 1C 5E 14 2A 58 2B
Octal 315 224 15 0 34 136 24 52 130 53
Binary 11001101 10010100 1101 0 11100 1011110 10100 101010 1011000 101011

Color Harmonies of #CD940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD940D

Black with #CD940D

Text Example


Text Example

White with #CD940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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