Html Css Color HEX #D6DD67 Goldenrod

📋 copy color: '#D6DD67'

red 214 ◦ green 221 ◦ blue 103

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

Shades of Goldenrod #D6DD67

Tints of Goldenrod #D6DD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.14%

R = 39.78%
G = 41.08%
B = 19.14%

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

#D6DD67 (or 0xD6DD67) is known color: Goldenrod. HEX triplet: D6, DD and 67. RGB value is (214,221,103). Sum of RGB (Red+Green+Blue) = 214+221+103=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD67 is #292298. Grayscale: #CDCDCD. Windows color (decimal): -2695833 or 6806998. OLE color: 6806998.

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

Color convert

RGB 214 221 103 -
CMYK 0.03 0 0.53 0.13
HSL 63.56º 0.63% 0.64% -
HSV(B) 63.56º 0.53% 0.87% -
XYZ 56.04 66.99 22.81 -
YUV 205.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 214 221 103 0.03 0 0.53 0.13 63.56 0.63 0.64
Hex D6 DD 67 3 0 35 D 40 3F 40
Octal 326 335 147 3 0 65 15 100 77 100
Binary 11010110 11011101 1100111 11 0 110101 1101 1000000 111111 1000000

Color Harmonies of #D6DD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD67

Black with #D6DD67

Text Example


Text Example

White with #D6DD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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