Html Css Color HEX #D6D068 Goldenrod

📋 copy color: '#D6D068'

red 214 ◦ green 208 ◦ blue 104

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

Shades of Goldenrod #D6D068

Tints of Goldenrod #D6D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 40.68%
G = 39.54%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6D068 (or 0xD6D068) is known color: Goldenrod. HEX triplet: D6, D0 and 68. RGB value is (214,208,104). Sum of RGB (Red+Green+Blue) = 214+208+104=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D068 is #292F97. Grayscale: #C6C6C6. Windows color (decimal): -2699160 or 6869206. OLE color: 6869206.

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

Color convert

RGB 214 208 104 -
CMYK 0 0.03 0.51 0.16
HSL 56.73º 0.57% 0.62% -
HSV(B) 56.73º 0.51% 0.84% -
XYZ 52.79 60.41 21.97 -
YUV 197.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 214 208 104 0 0.03 0.51 0.16 56.73 0.57 0.62
Hex D6 D0 68 0 3 33 10 39 39 3E
Octal 326 320 150 0 3 63 20 71 71 76
Binary 11010110 11010000 1101000 0 11 110011 10000 111001 111001 111110

Color Harmonies of #D6D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D068

Black with #D6D068

Text Example


Text Example

White with #D6D068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D068; }

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

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

background-color css

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

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

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

border-color css

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

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

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