Html Css Color HEX #D6D766 Goldenrod

📋 copy color: '#D6D766'

red 214 ◦ green 215 ◦ blue 102

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

Shades of Goldenrod #D6D766

Tints of Goldenrod #D6D766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.49%

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

R = 40.3%
G = 40.49%
B = 19.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6D766 (or 0xD6D766) is known color: Goldenrod. HEX triplet: D6, D7 and 66. RGB value is (214,215,102). Sum of RGB (Red+Green+Blue) = 214+215+102=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D766 is #292899. Grayscale: #CACACA. Windows color (decimal): -2697370 or 6739926. OLE color: 6739926.

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

Color convert

RGB 214 215 102 -
CMYK 0.00 0 0.53 0.16
HSL 60.53º 0.59% 0.62% -
HSV(B) 60.53º 0.53% 0.84% -
XYZ 54.43 63.86 22.03 -
YUV 201.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 214 215 102 0.00 0 0.53 0.16 60.53 0.59 0.62
Hex D6 D7 66 0 0 35 10 3D 3B 3E
Octal 326 327 146 0 0 65 20 75 73 76
Binary 11010110 11010111 1100110 0 0 110101 10000 111101 111011 111110

Color Harmonies of #D6D766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D766

Black with #D6D766

Text Example


Text Example

White with #D6D766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D766; }

 p { color: rgb(214,215,102); }

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

background-color css

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

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

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

border-color css

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

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

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