Html Css Color HEX #D5DF68 Goldenrod

📋 copy color: '#D5DF68'

red 213 ◦ green 223 ◦ blue 104

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

Shades of Goldenrod #D5DF68

Tints of Goldenrod #D5DF68

RGB

 RED value IS 213 (83.59% from 255) = 39.44%

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

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

R = 39.44%
G = 41.3%
B = 19.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#D5DF68 (or 0xD5DF68) is known color: Goldenrod. HEX triplet: D5, DF and 68. RGB value is (213,223,104). Sum of RGB (Red+Green+Blue) = 213+223+104=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF68 is #2A2097. Grayscale: #CECECE. Windows color (decimal): -2760856 or 6873045. OLE color: 6873045.

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

Color convert

RGB 213 223 104 -
CMYK 0.04 0 0.53 0.13
HSL 65.04º 0.65% 0.64% -
HSV(B) 65.04º 0.53% 0.87% -
XYZ 56.33 67.92 23.24 -
YUV 206.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 213 223 104 0.04 0 0.53 0.13 65.04 0.65 0.64
Hex D5 DF 68 4 0 35 D 41 41 40
Octal 325 337 150 4 0 65 15 101 101 100
Binary 11010101 11011111 1101000 100 0 110101 1101 1000001 1000001 1000000

Color Harmonies of #D5DF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF68

Black with #D5DF68

Text Example


Text Example

White with #D5DF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF68; }

 p { color: rgb(213,223,104); }

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

background-color css

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

 a { background-color: rgb(213,223,104); }

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

border-color css

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

 span { border-color: rgb(213,223,104); }

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