Html Css Color HEX #DBDF7F Goldenrod

📋 copy color: '#DBDF7F'

red 219 ◦ green 223 ◦ blue 127

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

Shades of Goldenrod #DBDF7F

Tints of Goldenrod #DBDF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.32%

R = 38.49%
G = 39.19%
B = 22.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DBDF7F (or 0xDBDF7F) is known color: Goldenrod. HEX triplet: DB, DF and 7F. RGB value is (219,223,127). Sum of RGB (Red+Green+Blue) = 219+223+127=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF7F is #242080. Grayscale: #D3D3D3. Windows color (decimal): -2367617 or 8380379. OLE color: 8380379.

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

Color convert

RGB 219 223 127 -
CMYK 0.02 0 0.43 0.13
HSL 62.5º 0.6% 0.69% -
HSV(B) 62.5º 0.43% 0.87% -
XYZ 59.43 69.37 30.34 -
YUV 210.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 219 223 127 0.02 0 0.43 0.13 62.5 0.6 0.69
Hex DB DF 7F 2 0 2B D 3F 3C 45
Octal 333 337 177 2 0 53 15 77 74 105
Binary 11011011 11011111 1111111 10 0 101011 1101 111111 111100 1000101

Color Harmonies of #DBDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF7F

Black with #DBDF7F

Text Example


Text Example

White with #DBDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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