Html Css Color HEX #D1DA68 Goldenrod

📋 copy color: '#D1DA68'

red 209 ◦ green 218 ◦ blue 104

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

Shades of Goldenrod #D1DA68

Tints of Goldenrod #D1DA68

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

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

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

R = 39.36%
G = 41.05%
B = 19.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D1DA68 (or 0xD1DA68) is known color: Goldenrod. HEX triplet: D1, DA and 68. RGB value is (209,218,104). Sum of RGB (Red+Green+Blue) = 209+218+104=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA68 is #2E2597. Grayscale: #CACACA. Windows color (decimal): -3024280 or 6871761. OLE color: 6871761.

HSL color Cylindrical-coordinate representation of color #D1DA68: hue angle of 64.74º 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 #D1DA68 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 104 -
CMYK 0.04 0 0.52 0.15
HSL 64.74º 0.61% 0.63% -
HSV(B) 64.74º 0.52% 0.85% -
XYZ 53.86 64.7 22.75 -
YUV 202.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 209 218 104 0.04 0 0.52 0.15 64.74 0.61 0.63
Hex D1 DA 68 4 0 34 F 41 3D 3F
Octal 321 332 150 4 0 64 17 101 75 77
Binary 11010001 11011010 1101000 100 0 110100 1111 1000001 111101 111111

Color Harmonies of #D1DA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA68

Black with #D1DA68

Text Example


Text Example

White with #D1DA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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