Html Css Color HEX #D8DD68 Goldenrod

📋 copy color: '#D8DD68'

red 216 ◦ green 221 ◦ blue 104

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

Shades of Goldenrod #D8DD68

Tints of Goldenrod #D8DD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 39.93%
G = 40.85%
B = 19.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#D8DD68 (or 0xD8DD68) is known color: Goldenrod. HEX triplet: D8, DD and 68. RGB value is (216,221,104). Sum of RGB (Red+Green+Blue) = 216+221+104=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD68 is #272297. Grayscale: #CECECE. Windows color (decimal): -2564760 or 6872536. OLE color: 6872536.

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

Color convert

RGB 216 221 104 -
CMYK 0.02 0 0.53 0.13
HSL 62.56º 0.63% 0.64% -
HSV(B) 62.56º 0.53% 0.87% -
XYZ 56.67 67.31 23.1 -
YUV 206.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 216 221 104 0.02 0 0.53 0.13 62.56 0.63 0.64
Hex D8 DD 68 2 0 35 D 3F 3F 40
Octal 330 335 150 2 0 65 15 77 77 100
Binary 11011000 11011101 1101000 10 0 110101 1101 111111 111111 1000000

Color Harmonies of #D8DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD68

Black with #D8DD68

Text Example


Text Example

White with #D8DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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