Html Css Color HEX #DBE268 Goldenrod

📋 copy color: '#DBE268'

red 219 ◦ green 226 ◦ blue 104

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

Shades of Goldenrod #DBE268

Tints of Goldenrod #DBE268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.94%

R = 39.89%
G = 41.17%
B = 18.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#DBE268 (or 0xDBE268) is known color: Goldenrod. HEX triplet: DB, E2 and 68. RGB value is (219,226,104). Sum of RGB (Red+Green+Blue) = 219+226+104=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE268 is #241D97. Grayscale: #D2D2D2. Windows color (decimal): -2366872 or 6873819. OLE color: 6873819.

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

Color convert

RGB 219 226 104 -
CMYK 0.03 0 0.54 0.11
HSL 63.44º 0.68% 0.65% -
HSV(B) 63.44º 0.54% 0.89% -
XYZ 58.91 70.45 23.59 -
YUV 210 68.18 134.42 -
System Red Green Blue C M Y K H S L
Decimal 219 226 104 0.03 0 0.54 0.11 63.44 0.68 0.65
Hex DB E2 68 3 0 36 B 3F 44 41
Octal 333 342 150 3 0 66 13 77 104 101
Binary 11011011 11100010 1101000 11 0 110110 1011 111111 1000100 1000001

Color Harmonies of #DBE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE268

Black with #DBE268

Text Example


Text Example

White with #DBE268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE268; }

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

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

background-color css

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

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

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

border-color css

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

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

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