Html Css Color HEX #D0A64B Sundance

📋 copy color: '#D0A64B'

red 208 ◦ green 166 ◦ blue 75

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

Shades of Sundance #D0A64B

Tints of Sundance #D0A64B

RGB

 RED value IS 208 (81.64% from 255) = 46.33%

 GREEN value IS 166 (65.23% from 255) = 36.97%

 BLUE value IS 75 (29.69% from 255) = 16.7%

R = 46.33%
G = 36.97%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0A64B (or 0xD0A64B) is known color: Sundance. HEX triplet: D0, A6 and 4B. RGB value is (208,166,75). Sum of RGB (Red+Green+Blue) = 208+166+75=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A64B is #2F59B4. Grayscale: #A8A8A8. Windows color (decimal): -3103157 or 4957904. OLE color: 4957904.

HSL color Cylindrical-coordinate representation of color #D0A64B: hue angle of 41.05º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0A64B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 75 -
CMYK 0 0.20 0.64 0.18
HSL 41.05º 0.59% 0.55% -
HSV(B) 41.05º 0.64% 0.82% -
XYZ 40.92 41.19 12.45 -
YUV 168.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 208 166 75 0 0.20 0.64 0.18 41.05 0.59 0.55
Hex D0 A6 4B 0 14 40 12 29 3B 37
Octal 320 246 113 0 24 100 22 51 73 67
Binary 11010000 10100110 1001011 0 10100 1000000 10010 101001 111011 110111

Color Harmonies of #D0A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A64B

Black with #D0A64B

Text Example


Text Example

White with #D0A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A64B; }

 p { color: rgb(208,166,75); }

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

background-color css

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

 a { background-color: rgb(208,166,75); }

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

border-color css

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

 span { border-color: rgb(208,166,75); }

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