Html Css Color HEX #D9DC6A Goldenrod

📋 copy color: '#D9DC6A'

red 217 ◦ green 220 ◦ blue 106

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

Shades of Goldenrod #D9DC6A

Tints of Goldenrod #D9DC6A

RGB

 RED value IS 217 (85.16% from 255) = 39.96%

 GREEN value IS 220 (86.33% from 255) = 40.52%

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

R = 39.96%
G = 40.52%
B = 19.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#D9DC6A (or 0xD9DC6A) is known color: Goldenrod. HEX triplet: D9, DC and 6A. RGB value is (217,220,106). Sum of RGB (Red+Green+Blue) = 217+220+106=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC6A is #262395. Grayscale: #CECECE. Windows color (decimal): -2499478 or 7003353. OLE color: 7003353.

HSL color Cylindrical-coordinate representation of color #D9DC6A: hue angle of 61.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9DC6A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 106 -
CMYK 0.01 0 0.52 0.14
HSL 61.58º 0.62% 0.64% -
HSV(B) 61.58º 0.52% 0.86% -
XYZ 56.81 66.98 23.57 -
YUV 206.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 217 220 106 0.01 0 0.52 0.14 61.58 0.62 0.64
Hex D9 DC 6A 1 0 34 E 3E 3E 40
Octal 331 334 152 1 0 64 16 76 76 100
Binary 11011001 11011100 1101010 1 0 110100 1110 111110 111110 1000000

Color Harmonies of #D9DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC6A

Black with #D9DC6A

Text Example


Text Example

White with #D9DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC6A; }

 p { color: rgb(217,220,106); }

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

background-color css

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

 a { background-color: rgb(217,220,106); }

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

border-color css

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

 span { border-color: rgb(217,220,106); }

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