Html Css Color HEX #DBCC64 Golden Sand

📋 copy color: '#DBCC64'

red 219 ◦ green 204 ◦ blue 100

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

Shades of Golden Sand #DBCC64

Tints of Golden Sand #DBCC64

RGB

 RED value IS 219 (85.94% from 255) = 41.87%

 GREEN value IS 204 (80.08% from 255) = 39.01%

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 41.87%
G = 39.01%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBCC64 (or 0xDBCC64) is known color: Golden Sand. HEX triplet: DB, CC and 64. RGB value is (219,204,100). Sum of RGB (Red+Green+Blue) = 219+204+100=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC64 is #24339B. Grayscale: #C5C5C5. Windows color (decimal): -2372508 or 6606043. OLE color: 6606043.

HSL color Cylindrical-coordinate representation of color #DBCC64: hue angle of 52.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBCC64 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 100 -
CMYK 0 0.07 0.54 0.14
HSL 52.44º 0.62% 0.63% -
HSV(B) 52.44º 0.54% 0.86% -
XYZ 53.11 59.17 20.68 -
YUV 196.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 219 204 100 0 0.07 0.54 0.14 52.44 0.62 0.63
Hex DB CC 64 0 7 36 E 34 3E 3F
Octal 333 314 144 0 7 66 16 64 76 77
Binary 11011011 11001100 1100100 0 111 110110 1110 110100 111110 111111

Color Harmonies of #DBCC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC64

Black with #DBCC64

Text Example


Text Example

White with #DBCC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC64; }

 p { color: rgb(219,204,100); }

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

background-color css

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

 a { background-color: rgb(219,204,100); }

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

border-color css

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

 span { border-color: rgb(219,204,100); }

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