Html Css Color HEX #DCD298 Tahuna Sands

📋 copy color: '#DCD298'

red 220 ◦ green 210 ◦ blue 152

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

Shades of Tahuna Sands #DCD298

Tints of Tahuna Sands #DCD298

RGB

 RED value IS 220 (86.33% from 255) = 37.8%

 GREEN value IS 210 (82.42% from 255) = 36.08%

 BLUE value IS 152 (59.77% from 255) = 26.12%

R = 37.8%
G = 36.08%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCD298 (or 0xDCD298) is known color: Tahuna Sands. HEX triplet: DC, D2 and 98. RGB value is (220,210,152). Sum of RGB (Red+Green+Blue) = 220+210+152=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD298 is #232D67. Grayscale: #CECECE. Windows color (decimal): -2305384 or 10015452. OLE color: 10015452.

HSL color Cylindrical-coordinate representation of color #DCD298: hue angle of 51.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCD298 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 210 152 -
CMYK 0 0.05 0.31 0.14
HSL 51.18º 0.49% 0.73% -
HSV(B) 51.18º 0.31% 0.86% -
XYZ 58.23 63.58 38.91 -
YUV 206.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 220 210 152 0 0.05 0.31 0.14 51.18 0.49 0.73
Hex DC D2 98 0 5 1F E 33 31 49
Octal 334 322 230 0 5 37 16 63 61 111
Binary 11011100 11010010 10011000 0 101 11111 1110 110011 110001 1001001

Color Harmonies of #DCD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD298

Black with #DCD298

Text Example


Text Example

White with #DCD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD298; }

 p { color: rgb(220,210,152); }

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

background-color css

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

 a { background-color: rgb(220,210,152); }

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

border-color css

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

 span { border-color: rgb(220,210,152); }

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