Html Css Color HEX #D5DD66 Goldenrod

📋 copy color: '#D5DD66'

red 213 ◦ green 221 ◦ blue 102

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

Shades of Goldenrod #D5DD66

Tints of Goldenrod #D5DD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

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

R = 39.74%
G = 41.23%
B = 19.03%

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

#D5DD66 (or 0xD5DD66) is known color: Goldenrod. HEX triplet: D5, DD and 66. RGB value is (213,221,102). Sum of RGB (Red+Green+Blue) = 213+221+102=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD66 is #2A2299. Grayscale: #CDCDCD. Windows color (decimal): -2761370 or 6741461. OLE color: 6741461.

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

Color convert

RGB 213 221 102 -
CMYK 0.04 0 0.54 0.13
HSL 64.03º 0.64% 0.63% -
HSV(B) 64.03º 0.54% 0.87% -
XYZ 55.7 66.82 22.53 -
YUV 205.04 69.85 133.68 -
System Red Green Blue C M Y K H S L
Decimal 213 221 102 0.04 0 0.54 0.13 64.03 0.64 0.63
Hex D5 DD 66 4 0 36 D 40 40 3F
Octal 325 335 146 4 0 66 15 100 100 77
Binary 11010101 11011101 1100110 100 0 110110 1101 1000000 1000000 111111

Color Harmonies of #D5DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD66

Black with #D5DD66

Text Example


Text Example

White with #D5DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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