Html Css Color HEX #D6CE6F Goldenrod

📋 copy color: '#D6CE6F'

red 214 ◦ green 206 ◦ blue 111

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

Shades of Goldenrod #D6CE6F

Tints of Goldenrod #D6CE6F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

 BLUE value IS 111 (43.75% from 255) = 20.9%

R = 40.3%
G = 38.79%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6CE6F (or 0xD6CE6F) is known color: Goldenrod. HEX triplet: D6, CE and 6F. RGB value is (214,206,111). Sum of RGB (Red+Green+Blue) = 214+206+111=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE6F is #293190. Grayscale: #C5C5C5. Windows color (decimal): -2699665 or 7327446. OLE color: 7327446.

HSL color Cylindrical-coordinate representation of color #D6CE6F: hue angle of 55.34º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6CE6F is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 111 -
CMYK 0 0.04 0.48 0.16
HSL 55.34º 0.56% 0.64% -
HSV(B) 55.34º 0.48% 0.84% -
XYZ 52.67 59.59 23.76 -
YUV 197.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 214 206 111 0 0.04 0.48 0.16 55.34 0.56 0.64
Hex D6 CE 6F 0 4 30 10 37 38 40
Octal 326 316 157 0 4 60 20 67 70 100
Binary 11010110 11001110 1101111 0 100 110000 10000 110111 111000 1000000

Color Harmonies of #D6CE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE6F

Black with #D6CE6F

Text Example


Text Example

White with #D6CE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE6F; }

 p { color: rgb(214,206,111); }

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

background-color css

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

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

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

border-color css

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

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

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