Html Css Color HEX #DBE075 Goldenrod

📋 copy color: '#DBE075'

red 219 ◦ green 224 ◦ blue 117

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

Shades of Goldenrod #DBE075

Tints of Goldenrod #DBE075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40%

 BLUE value IS 117 (46.09% from 255) = 20.89%

R = 39.11%
G = 40%
B = 20.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#DBE075 (or 0xDBE075) is known color: Goldenrod. HEX triplet: DB, E0 and 75. RGB value is (219,224,117). Sum of RGB (Red+Green+Blue) = 219+224+117=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE075 is #241F8A. Grayscale: #D2D2D2. Windows color (decimal): -2367371 or 7725275. OLE color: 7725275.

HSL color Cylindrical-coordinate representation of color #DBE075: hue angle of 62.8º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE075 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 117 -
CMYK 0.02 0 0.48 0.12
HSL 62.8º 0.63% 0.67% -
HSV(B) 62.8º 0.48% 0.88% -
XYZ 59.08 69.66 27.16 -
YUV 210.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 219 224 117 0.02 0 0.48 0.12 62.8 0.63 0.67
Hex DB E0 75 2 0 30 C 3F 3F 43
Octal 333 340 165 2 0 60 14 77 77 103
Binary 11011011 11100000 1110101 10 0 110000 1100 111111 111111 1000011

Color Harmonies of #DBE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE075

Black with #DBE075

Text Example


Text Example

White with #DBE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE075; }

 p { color: rgb(219,224,117); }

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

background-color css

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

 a { background-color: rgb(219,224,117); }

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

border-color css

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

 span { border-color: rgb(219,224,117); }

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