Html Css Color HEX #CD9D0F Buddha Gold

📋 copy color: '#CD9D0F'

red 205 ◦ green 157 ◦ blue 15

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

Shades of Buddha Gold #CD9D0F

Tints of Buddha Gold #CD9D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.64%

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 54.38%
G = 41.64%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD9D0F (or 0xCD9D0F) is known color: Buddha Gold. HEX triplet: CD, 9D and 0F. RGB value is (205,157,15). Sum of RGB (Red+Green+Blue) = 205+157+15=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9D0F is #3262F0. Grayscale: #9B9B9B. Windows color (decimal): -3302129 or 1023437. OLE color: 1023437.

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

Color convert

RGB 205 157 15 -
CMYK 0 0.23 0.93 0.20
HSL 44.84º 0.86% 0.43% -
HSV(B) 44.84º 0.93% 0.8% -
XYZ 37.32 37.13 5.65 -
YUV 155.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 205 157 15 0 0.23 0.93 0.20 44.84 0.86 0.43
Hex CD 9D F 0 17 5D 14 2D 56 2B
Octal 315 235 17 0 27 135 24 55 126 53
Binary 11001101 10011101 1111 0 10111 1011101 10100 101101 1010110 101011

Color Harmonies of #CD9D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9D0F

Black with #CD9D0F

Text Example


Text Example

White with #CD9D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9D0F; }

 p { color: rgb(205,157,15); }

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

background-color css

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

 a { background-color: rgb(205,157,15); }

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

border-color css

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

 span { border-color: rgb(205,157,15); }

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