Html Css Color HEX #D5DF66 Goldenrod

📋 copy color: '#D5DF66'

red 213 ◦ green 223 ◦ blue 102

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

Shades of Goldenrod #D5DF66

Tints of Goldenrod #D5DF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.96%

R = 39.59%
G = 41.45%
B = 18.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#D5DF66 (or 0xD5DF66) is known color: Goldenrod. HEX triplet: D5, DF and 66. RGB value is (213,223,102). Sum of RGB (Red+Green+Blue) = 213+223+102=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF66 is #2A2099. Grayscale: #CECECE. Windows color (decimal): -2760858 or 6741973. OLE color: 6741973.

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

Color convert

RGB 213 223 102 -
CMYK 0.04 0 0.54 0.13
HSL 64.96º 0.65% 0.64% -
HSV(B) 64.96º 0.54% 0.87% -
XYZ 56.23 67.88 22.71 -
YUV 206.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 213 223 102 0.04 0 0.54 0.13 64.96 0.65 0.64
Hex D5 DF 66 4 0 36 D 41 41 40
Octal 325 337 146 4 0 66 15 101 101 100
Binary 11010101 11011111 1100110 100 0 110110 1101 1000001 1000001 1000000

Color Harmonies of #D5DF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF66

Black with #D5DF66

Text Example


Text Example

White with #D5DF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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