Html Css Color HEX #D6D662 Goldenrod

📋 copy color: '#D6D662'

red 214 ◦ green 214 ◦ blue 98

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

Shades of Goldenrod #D6D662

Tints of Goldenrod #D6D662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

 BLUE value IS 98 (38.67% from 255) = 18.63%

R = 40.68%
G = 40.68%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6D662 (or 0xD6D662) is known color: Goldenrod. HEX triplet: D6, D6 and 62. RGB value is (214,214,98). Sum of RGB (Red+Green+Blue) = 214+214+98=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D662 is #29299D. Grayscale: #C9C9C9. Windows color (decimal): -2697630 or 6477526. OLE color: 6477526.

HSL color Cylindrical-coordinate representation of color #D6D662: hue angle of 60º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6D662 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 98 -
CMYK 0 0 0.54 0.16
HSL 60º 0.59% 0.61% -
HSV(B) 60º 0.54% 0.84% -
XYZ 53.98 63.27 20.92 -
YUV 200.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 214 214 98 0 0 0.54 0.16 60 0.59 0.61
Hex D6 D6 62 0 0 36 10 3C 3B 3D
Octal 326 326 142 0 0 66 20 74 73 75
Binary 11010110 11010110 1100010 0 0 110110 10000 111100 111011 111101

Color Harmonies of #D6D662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D662

Black with #D6D662

Text Example


Text Example

White with #D6D662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D662; }

 p { color: rgb(214,214,98); }

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

background-color css

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

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

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

border-color css

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

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

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