Html Css Color HEX #DBE270 Goldenrod

📋 copy color: '#DBE270'

red 219 ◦ green 226 ◦ blue 112

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

Shades of Goldenrod #DBE270

Tints of Goldenrod #DBE270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 39.32%
G = 40.57%
B = 20.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#DBE270 (or 0xDBE270) is known color: Goldenrod. HEX triplet: DB, E2 and 70. RGB value is (219,226,112). Sum of RGB (Red+Green+Blue) = 219+226+112=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE270 is #241D8F. Grayscale: #D3D3D3. Windows color (decimal): -2366864 or 7398107. OLE color: 7398107.

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

Color convert

RGB 219 226 112 -
CMYK 0.03 0 0.50 0.11
HSL 63.68º 0.66% 0.66% -
HSV(B) 63.68º 0.5% 0.89% -
XYZ 59.33 70.62 25.83 -
YUV 210.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 219 226 112 0.03 0 0.50 0.11 63.68 0.66 0.66
Hex DB E2 70 3 0 32 B 40 42 42
Octal 333 342 160 3 0 62 13 100 102 102
Binary 11011011 11100010 1110000 11 0 110010 1011 1000000 1000010 1000010

Color Harmonies of #DBE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE270

Black with #DBE270

Text Example


Text Example

White with #DBE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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