Html Css Color HEX #D5DD68 Goldenrod

📋 copy color: '#D5DD68'

red 213 ◦ green 221 ◦ blue 104

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

Shades of Goldenrod #D5DD68

Tints of Goldenrod #D5DD68

RGB

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

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

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

R = 39.59%
G = 41.08%
B = 19.33%

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

#D5DD68 (or 0xD5DD68) is known color: Goldenrod. HEX triplet: D5, DD and 68. RGB value is (213,221,104). Sum of RGB (Red+Green+Blue) = 213+221+104=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD68 is #2A2297. Grayscale: #CDCDCD. Windows color (decimal): -2761368 or 6872533. OLE color: 6872533.

HSL color Cylindrical-coordinate representation of color #D5DD68: hue angle of 64.1º degrees, saturation: 0.63, 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 #D5DD68 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 104 -
CMYK 0.04 0 0.53 0.13
HSL 64.1º 0.63% 0.64% -
HSV(B) 64.1º 0.53% 0.87% -
XYZ 55.8 66.86 23.06 -
YUV 205.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 213 221 104 0.04 0 0.53 0.13 64.1 0.63 0.64
Hex D5 DD 68 4 0 35 D 40 3F 40
Octal 325 335 150 4 0 65 15 100 77 100
Binary 11010101 11011101 1101000 100 0 110101 1101 1000000 111111 1000000

Color Harmonies of #D5DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD68

Black with #D5DD68

Text Example


Text Example

White with #D5DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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