Html Css Color HEX #DBE164 Goldenrod

📋 copy color: '#DBE164'

red 219 ◦ green 225 ◦ blue 100

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

Shades of Goldenrod #DBE164

Tints of Goldenrod #DBE164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.36%

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

R = 40.26%
G = 41.36%
B = 18.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#DBE164 (or 0xDBE164) is known color: Goldenrod. HEX triplet: DB, E1 and 64. RGB value is (219,225,100). Sum of RGB (Red+Green+Blue) = 219+225+100=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE164 is #241E9B. Grayscale: #D1D1D1. Windows color (decimal): -2367132 or 6611419. OLE color: 6611419.

HSL color Cylindrical-coordinate representation of color #DBE164: hue angle of 62.88º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBE164 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 100 -
CMYK 0.03 0 0.56 0.12
HSL 62.88º 0.68% 0.64% -
HSV(B) 62.88º 0.56% 0.88% -
XYZ 58.44 69.83 22.46 -
YUV 208.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 219 225 100 0.03 0 0.56 0.12 62.88 0.68 0.64
Hex DB E1 64 3 0 38 C 3F 44 40
Octal 333 341 144 3 0 70 14 77 104 100
Binary 11011011 11100001 1100100 11 0 111000 1100 111111 1000100 1000000

Color Harmonies of #DBE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE164

Black with #DBE164

Text Example


Text Example

White with #DBE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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