Html Css Color HEX #D2B14C Sundance

📋 copy color: '#D2B14C'

red 210 ◦ green 177 ◦ blue 76

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

Shades of Sundance #D2B14C

Tints of Sundance #D2B14C

RGB

 RED value IS 210 (82.42% from 255) = 45.36%

 GREEN value IS 177 (69.53% from 255) = 38.23%

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 45.36%
G = 38.23%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2B14C (or 0xD2B14C) is known color: Sundance. HEX triplet: D2, B1 and 4C. RGB value is (210,177,76). Sum of RGB (Red+Green+Blue) = 210+177+76=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B14C is #2D4EB3. Grayscale: #AFAFAF. Windows color (decimal): -2969268 or 5026258. OLE color: 5026258.

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

Color convert

RGB 210 177 76 -
CMYK 0 0.16 0.64 0.18
HSL 45.22º 0.6% 0.56% -
HSV(B) 45.22º 0.64% 0.82% -
XYZ 43.61 45.67 13.35 -
YUV 175.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 210 177 76 0 0.16 0.64 0.18 45.22 0.6 0.56
Hex D2 B1 4C 0 10 40 12 2D 3C 38
Octal 322 261 114 0 20 100 22 55 74 70
Binary 11010010 10110001 1001100 0 10000 1000000 10010 101101 111100 111000

Color Harmonies of #D2B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B14C

Black with #D2B14C

Text Example


Text Example

White with #D2B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B14C; }

 p { color: rgb(210,177,76); }

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

background-color css

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

 a { background-color: rgb(210,177,76); }

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

border-color css

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

 span { border-color: rgb(210,177,76); }

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