Html Css Color HEX #D3CD6C Goldenrod

📋 copy color: '#D3CD6C'

red 211 ◦ green 205 ◦ blue 108

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

Shades of Goldenrod #D3CD6C

Tints of Goldenrod #D3CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.12%

 BLUE value IS 108 (42.58% from 255) = 20.61%

R = 40.27%
G = 39.12%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3CD6C (or 0xD3CD6C) is known color: Goldenrod. HEX triplet: D3, CD and 6C. RGB value is (211,205,108). Sum of RGB (Red+Green+Blue) = 211+205+108=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD6C is #2C3293. Grayscale: #C4C4C4. Windows color (decimal): -2896532 or 7130579. OLE color: 7130579.

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

Color convert

RGB 211 205 108 -
CMYK 0 0.03 0.49 0.17
HSL 56.5º 0.54% 0.63% -
HSV(B) 56.5º 0.49% 0.83% -
XYZ 51.4 58.59 22.79 -
YUV 195.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 211 205 108 0 0.03 0.49 0.17 56.5 0.54 0.63
Hex D3 CD 6C 0 3 31 11 39 36 3F
Octal 323 315 154 0 3 61 21 71 66 77
Binary 11010011 11001101 1101100 0 11 110001 10001 111001 110110 111111

Color Harmonies of #D3CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CD6C

Black with #D3CD6C

Text Example


Text Example

White with #D3CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CD6C; }

 p { color: rgb(211,205,108); }

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

background-color css

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

 a { background-color: rgb(211,205,108); }

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

border-color css

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

 span { border-color: rgb(211,205,108); }

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