Html Css Color HEX #D6DF7F Goldenrod

📋 copy color: '#D6DF7F'

red 214 ◦ green 223 ◦ blue 127

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

Shades of Goldenrod #D6DF7F

Tints of Goldenrod #D6DF7F

RGB

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

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

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

R = 37.94%
G = 39.54%
B = 22.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#D6DF7F (or 0xD6DF7F) is known color: Goldenrod. HEX triplet: D6, DF and 7F. RGB value is (214,223,127). Sum of RGB (Red+Green+Blue) = 214+223+127=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DF7F is #292080. Grayscale: #D1D1D1. Windows color (decimal): -2695297 or 8380374. OLE color: 8380374.

HSL color Cylindrical-coordinate representation of color #D6DF7F: hue angle of 65.62º 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 #D6DF7F is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 127 -
CMYK 0.04 0 0.43 0.13
HSL 65.63º 0.6% 0.69% -
HSV(B) 65.63º 0.43% 0.87% -
XYZ 57.95 68.6 30.27 -
YUV 209.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 214 223 127 0.04 0 0.43 0.13 65.63 0.6 0.69
Hex D6 DF 7F 4 0 2B D 42 3C 45
Octal 326 337 177 4 0 53 15 102 74 105
Binary 11010110 11011111 1111111 100 0 101011 1101 1000010 111100 1000101

Color Harmonies of #D6DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF7F

Black with #D6DF7F

Text Example


Text Example

White with #D6DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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