Html Css Color HEX #D6DD68 Goldenrod

📋 copy color: '#D6DD68'

red 214 ◦ green 221 ◦ blue 104

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

Shades of Goldenrod #D6DD68

Tints of Goldenrod #D6DD68

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

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

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

R = 39.7%
G = 41%
B = 19.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#D6DD68 (or 0xD6DD68) is known color: Goldenrod. HEX triplet: D6, DD and 68. RGB value is (214,221,104). Sum of RGB (Red+Green+Blue) = 214+221+104=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD68 is #292297. Grayscale: #CECECE. Windows color (decimal): -2695832 or 6872534. OLE color: 6872534.

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

Color convert

RGB 214 221 104 -
CMYK 0.03 0 0.53 0.13
HSL 63.59º 0.63% 0.64% -
HSV(B) 63.59º 0.53% 0.87% -
XYZ 56.09 67.01 23.07 -
YUV 205.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 214 221 104 0.03 0 0.53 0.13 63.59 0.63 0.64
Hex D6 DD 68 3 0 35 D 40 3F 40
Octal 326 335 150 3 0 65 15 100 77 100
Binary 11010110 11011101 1101000 11 0 110101 1101 1000000 111111 1000000

Color Harmonies of #D6DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD68

Black with #D6DD68

Text Example


Text Example

White with #D6DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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