Html Css Color HEX #D8DD6B Goldenrod

📋 copy color: '#D8DD6B'

red 216 ◦ green 221 ◦ blue 107

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

Shades of Goldenrod #D8DD6B

Tints of Goldenrod #D8DD6B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 39.71%
G = 40.63%
B = 19.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#D8DD6B (or 0xD8DD6B) is known color: Goldenrod. HEX triplet: D8, DD and 6B. RGB value is (216,221,107). Sum of RGB (Red+Green+Blue) = 216+221+107=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD6B is #272294. Grayscale: #CECECE. Windows color (decimal): -2564757 or 7069144. OLE color: 7069144.

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

Color convert

RGB 216 221 107 -
CMYK 0.02 0 0.52 0.13
HSL 62.63º 0.63% 0.64% -
HSV(B) 62.63º 0.52% 0.87% -
XYZ 56.83 67.37 23.92 -
YUV 206.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 216 221 107 0.02 0 0.52 0.13 62.63 0.63 0.64
Hex D8 DD 6B 2 0 34 D 3F 3F 40
Octal 330 335 153 2 0 64 15 77 77 100
Binary 11011000 11011101 1101011 10 0 110100 1101 111111 111111 1000000

Color Harmonies of #D8DD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD6B

Black with #D8DD6B

Text Example


Text Example

White with #D8DD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD6B; }

 p { color: rgb(216,221,107); }

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

background-color css

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

 a { background-color: rgb(216,221,107); }

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

border-color css

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

 span { border-color: rgb(216,221,107); }

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