Html Css Color HEX #DBE274 Goldenrod

📋 copy color: '#DBE274'

red 219 ◦ green 226 ◦ blue 116

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

Shades of Goldenrod #DBE274

Tints of Goldenrod #DBE274

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.29%

 BLUE value IS 116 (45.7% from 255) = 20.68%

R = 39.04%
G = 40.29%
B = 20.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#DBE274 (or 0xDBE274) is known color: Goldenrod. HEX triplet: DB, E2 and 74. RGB value is (219,226,116). Sum of RGB (Red+Green+Blue) = 219+226+116=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE274 is #241D8B. Grayscale: #D3D3D3. Windows color (decimal): -2366860 or 7660251. OLE color: 7660251.

HSL color Cylindrical-coordinate representation of color #DBE274: hue angle of 63.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE274 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 116 -
CMYK 0.03 0 0.49 0.11
HSL 63.82º 0.65% 0.67% -
HSV(B) 63.82º 0.49% 0.89% -
XYZ 59.56 70.71 27.03 -
YUV 211.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 219 226 116 0.03 0 0.49 0.11 63.82 0.65 0.67
Hex DB E2 74 3 0 31 B 40 41 43
Octal 333 342 164 3 0 61 13 100 101 103
Binary 11011011 11100010 1110100 11 0 110001 1011 1000000 1000001 1000011

Color Harmonies of #DBE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE274

Black with #DBE274

Text Example


Text Example

White with #DBE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE274; }

 p { color: rgb(219,226,116); }

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

background-color css

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

 a { background-color: rgb(219,226,116); }

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

border-color css

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

 span { border-color: rgb(219,226,116); }

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