Html Css Color HEX #DCD498 Tahuna Sands

📋 copy color: '#DCD498'

red 220 ◦ green 212 ◦ blue 152

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

Shades of Tahuna Sands #DCD498

Tints of Tahuna Sands #DCD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.3%

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

R = 37.67%
G = 36.3%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCD498 (or 0xDCD498) is known color: Tahuna Sands. HEX triplet: DC, D4 and 98. RGB value is (220,212,152). Sum of RGB (Red+Green+Blue) = 220+212+152=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD498 is #232B67. Grayscale: #CFCFCF. Windows color (decimal): -2304872 or 10015964. OLE color: 10015964.

HSL color Cylindrical-coordinate representation of color #DCD498: hue angle of 52.94º 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 #DCD498 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 152 -
CMYK 0 0.04 0.31 0.14
HSL 52.94º 0.49% 0.73% -
HSV(B) 52.94º 0.31% 0.86% -
XYZ 58.73 64.57 39.07 -
YUV 207.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 220 212 152 0 0.04 0.31 0.14 52.94 0.49 0.73
Hex DC D4 98 0 4 1F E 35 31 49
Octal 334 324 230 0 4 37 16 65 61 111
Binary 11011100 11010100 10011000 0 100 11111 1110 110101 110001 1001001

Color Harmonies of #DCD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD498

Black with #DCD498

Text Example


Text Example

White with #DCD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD498; }

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

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

background-color css

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

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

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

border-color css

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

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

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