Html Css Color HEX #D6D85F Goldenrod

📋 copy color: '#D6D85F'

red 214 ◦ green 216 ◦ blue 95

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

Shades of Goldenrod #D6D85F

Tints of Goldenrod #D6D85F

RGB

 RED value IS 214 (83.98% from 255) = 40.76%

 GREEN value IS 216 (84.77% from 255) = 41.14%

 BLUE value IS 95 (37.5% from 255) = 18.1%

R = 40.76%
G = 41.14%
B = 18.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D6D85F (or 0xD6D85F) is known color: Goldenrod. HEX triplet: D6, D8 and 5F. RGB value is (214,216,95). Sum of RGB (Red+Green+Blue) = 214+216+95=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D85F is #2927A0. Grayscale: #CACACA. Windows color (decimal): -2697121 or 6281430. OLE color: 6281430.

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

Color convert

RGB 214 216 95 -
CMYK 0.01 0 0.56 0.15
HSL 60.99º 0.61% 0.61% -
HSV(B) 60.99º 0.56% 0.85% -
XYZ 54.35 64.23 20.36 -
YUV 201.61 67.84 136.84 -
System Red Green Blue C M Y K H S L
Decimal 214 216 95 0.01 0 0.56 0.15 60.99 0.61 0.61
Hex D6 D8 5F 1 0 38 F 3D 3D 3D
Octal 326 330 137 1 0 70 17 75 75 75
Binary 11010110 11011000 1011111 1 0 111000 1111 111101 111101 111101

Color Harmonies of #D6D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D85F

Black with #D6D85F

Text Example


Text Example

White with #D6D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D85F; }

 p { color: rgb(214,216,95); }

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

background-color css

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

 a { background-color: rgb(214,216,95); }

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

border-color css

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

 span { border-color: rgb(214,216,95); }

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