Html Css Color HEX #D8DF6A Goldenrod

📋 copy color: '#D8DF6A'

red 216 ◦ green 223 ◦ blue 106

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

Shades of Goldenrod #D8DF6A

Tints of Goldenrod #D8DF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 39.63%
G = 40.92%
B = 19.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#D8DF6A (or 0xD8DF6A) is known color: Goldenrod. HEX triplet: D8, DF and 6A. RGB value is (216,223,106). Sum of RGB (Red+Green+Blue) = 216+223+106=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DF6A is #272095. Grayscale: #D0D0D0. Windows color (decimal): -2564246 or 7004120. OLE color: 7004120.

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

Color convert

RGB 216 223 106 -
CMYK 0.03 0 0.52 0.13
HSL 63.59º 0.65% 0.65% -
HSV(B) 63.59º 0.52% 0.87% -
XYZ 57.31 68.41 23.82 -
YUV 207.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 216 223 106 0.03 0 0.52 0.13 63.59 0.65 0.65
Hex D8 DF 6A 3 0 34 D 40 41 41
Octal 330 337 152 3 0 64 15 100 101 101
Binary 11011000 11011111 1101010 11 0 110100 1101 1000000 1000001 1000001

Color Harmonies of #D8DF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF6A

Black with #D8DF6A

Text Example


Text Example

White with #D8DF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF6A; }

 p { color: rgb(216,223,106); }

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

background-color css

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

 a { background-color: rgb(216,223,106); }

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

border-color css

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

 span { border-color: rgb(216,223,106); }

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