Html Css Color HEX #D8DA6D Goldenrod

📋 copy color: '#D8DA6D'

red 216 ◦ green 218 ◦ blue 109

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

Shades of Goldenrod #D8DA6D

Tints of Goldenrod #D8DA6D

RGB

 RED value IS 216 (84.77% from 255) = 39.78%

 GREEN value IS 218 (85.55% from 255) = 40.15%

 BLUE value IS 109 (42.97% from 255) = 20.07%

R = 39.78%
G = 40.15%
B = 20.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#D8DA6D (or 0xD8DA6D) is known color: Goldenrod. HEX triplet: D8, DA and 6D. RGB value is (216,218,109). Sum of RGB (Red+Green+Blue) = 216+218+109=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA6D is #272592. Grayscale: #CDCDCD. Windows color (decimal): -2565523 or 7199448. OLE color: 7199448.

HSL color Cylindrical-coordinate representation of color #D8DA6D: hue angle of 61.1º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8DA6D is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 109 -
CMYK 0.01 0 0.5 0.15
HSL 61.1º 0.6% 0.64% -
HSV(B) 61.1º 0.5% 0.85% -
XYZ 56.15 65.85 24.22 -
YUV 204.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 216 218 109 0.01 0 0.5 0.15 61.1 0.6 0.64
Hex D8 DA 6D 1 0 32 F 3D 3C 40
Octal 330 332 155 1 0 62 17 75 74 100
Binary 11011000 11011010 1101101 1 0 110010 1111 111101 111100 1000000

Color Harmonies of #D8DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA6D

Black with #D8DA6D

Text Example


Text Example

White with #D8DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA6D; }

 p { color: rgb(216,218,109); }

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

background-color css

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

 a { background-color: rgb(216,218,109); }

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

border-color css

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

 span { border-color: rgb(216,218,109); }

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