Html Css Color HEX #D7DA68 Goldenrod

📋 copy color: '#D7DA68'

red 215 ◦ green 218 ◦ blue 104

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

Shades of Goldenrod #D7DA68

Tints of Goldenrod #D7DA68

RGB

 RED value IS 215 (84.38% from 255) = 40.04%

 GREEN value IS 218 (85.55% from 255) = 40.6%

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

R = 40.04%
G = 40.6%
B = 19.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D7DA68 (or 0xD7DA68) is known color: Goldenrod. HEX triplet: D7, DA and 68. RGB value is (215,218,104). Sum of RGB (Red+Green+Blue) = 215+218+104=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DA68 is #282597. Grayscale: #CCCCCC. Windows color (decimal): -2631064 or 6871767. OLE color: 6871767.

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

Color convert

RGB 215 218 104 -
CMYK 0.01 0 0.52 0.15
HSL 61.58º 0.61% 0.63% -
HSV(B) 61.58º 0.52% 0.85% -
XYZ 55.59 65.59 22.83 -
YUV 204.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 215 218 104 0.01 0 0.52 0.15 61.58 0.61 0.63
Hex D7 DA 68 1 0 34 F 3E 3D 3F
Octal 327 332 150 1 0 64 17 76 75 77
Binary 11010111 11011010 1101000 1 0 110100 1111 111110 111101 111111

Color Harmonies of #D7DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DA68

Black with #D7DA68

Text Example


Text Example

White with #D7DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DA68; }

 p { color: rgb(215,218,104); }

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

background-color css

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

 a { background-color: rgb(215,218,104); }

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

border-color css

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

 span { border-color: rgb(215,218,104); }

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