Html Css Color HEX #DBDF7D Goldenrod

📋 copy color: '#DBDF7D'

red 219 ◦ green 223 ◦ blue 125

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

Shades of Goldenrod #DBDF7D

Tints of Goldenrod #DBDF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 125 (49.22% from 255) = 22.05%

R = 38.62%
G = 39.33%
B = 22.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DBDF7D (or 0xDBDF7D) is known color: Goldenrod. HEX triplet: DB, DF and 7D. RGB value is (219,223,125). Sum of RGB (Red+Green+Blue) = 219+223+125=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF7D is #242082. Grayscale: #D3D3D3. Windows color (decimal): -2367619 or 8249307. OLE color: 8249307.

HSL color Cylindrical-coordinate representation of color #DBDF7D: hue angle of 62.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBDF7D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 125 -
CMYK 0.02 0 0.44 0.13
HSL 62.45º 0.6% 0.68% -
HSV(B) 62.45º 0.44% 0.87% -
XYZ 59.3 69.32 29.66 -
YUV 210.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 219 223 125 0.02 0 0.44 0.13 62.45 0.6 0.68
Hex DB DF 7D 2 0 2C D 3E 3C 44
Octal 333 337 175 2 0 54 15 76 74 104
Binary 11011011 11011111 1111101 10 0 101100 1101 111110 111100 1000100

Color Harmonies of #DBDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF7D

Black with #DBDF7D

Text Example


Text Example

White with #DBDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF7D; }

 p { color: rgb(219,223,125); }

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

background-color css

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

 a { background-color: rgb(219,223,125); }

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

border-color css

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

 span { border-color: rgb(219,223,125); }

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