Html Css Color HEX #D3CE6D Goldenrod

📋 copy color: '#D3CE6D'

red 211 ◦ green 206 ◦ blue 109

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

Shades of Goldenrod #D3CE6D

Tints of Goldenrod #D3CE6D

RGB

 RED value IS 211 (82.81% from 255) = 40.11%

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

 BLUE value IS 109 (42.97% from 255) = 20.72%

R = 40.11%
G = 39.16%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3CE6D (or 0xD3CE6D) is known color: Goldenrod. HEX triplet: D3, CE and 6D. RGB value is (211,206,109). Sum of RGB (Red+Green+Blue) = 211+206+109=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CE6D is #2C3192. Grayscale: #C4C4C4. Windows color (decimal): -2896275 or 7196371. OLE color: 7196371.

HSL color Cylindrical-coordinate representation of color #D3CE6D: hue angle of 57.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3CE6D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 206 109 -
CMYK 0 0.02 0.48 0.17
HSL 57.06º 0.54% 0.63% -
HSV(B) 57.06º 0.48% 0.83% -
XYZ 51.7 59.1 23.15 -
YUV 196.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 211 206 109 0 0.02 0.48 0.17 57.06 0.54 0.63
Hex D3 CE 6D 0 2 30 11 39 36 3F
Octal 323 316 155 0 2 60 21 71 66 77
Binary 11010011 11001110 1101101 0 10 110000 10001 111001 110110 111111

Color Harmonies of #D3CE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CE6D

Black with #D3CE6D

Text Example


Text Example

White with #D3CE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CE6D; }

 p { color: rgb(211,206,109); }

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

background-color css

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

 a { background-color: rgb(211,206,109); }

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

border-color css

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

 span { border-color: rgb(211,206,109); }

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