Html Css Color HEX #D6DF71 Goldenrod

📋 copy color: '#D6DF71'

red 214 ◦ green 223 ◦ blue 113

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

Shades of Goldenrod #D6DF71

Tints of Goldenrod #D6DF71

RGB

 RED value IS 214 (83.98% from 255) = 38.91%

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

 BLUE value IS 113 (44.53% from 255) = 20.55%

R = 38.91%
G = 40.55%
B = 20.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#D6DF71 (or 0xD6DF71) is known color: Goldenrod. HEX triplet: D6, DF and 71. RGB value is (214,223,113). Sum of RGB (Red+Green+Blue) = 214+223+113=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DF71 is #29208E. Grayscale: #D0D0D0. Windows color (decimal): -2695311 or 7462870. OLE color: 7462870.

HSL color Cylindrical-coordinate representation of color #D6DF71: hue angle of 64.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6DF71 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 113 -
CMYK 0.04 0 0.49 0.13
HSL 64.91º 0.63% 0.66% -
HSV(B) 64.91º 0.49% 0.87% -
XYZ 57.1 68.26 25.79 -
YUV 207.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 214 223 113 0.04 0 0.49 0.13 64.91 0.63 0.66
Hex D6 DF 71 4 0 31 D 41 3F 42
Octal 326 337 161 4 0 61 15 101 77 102
Binary 11010110 11011111 1110001 100 0 110001 1101 1000001 111111 1000010

Color Harmonies of #D6DF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF71

Black with #D6DF71

Text Example


Text Example

White with #D6DF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF71; }

 p { color: rgb(214,223,113); }

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

background-color css

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

 a { background-color: rgb(214,223,113); }

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

border-color css

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

 span { border-color: rgb(214,223,113); }

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