Html Css Color HEX #D3CC6D Goldenrod

📋 copy color: '#D3CC6D'

red 211 ◦ green 204 ◦ blue 109

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

Shades of Goldenrod #D3CC6D

Tints of Goldenrod #D3CC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

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

R = 40.27%
G = 38.93%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3CC6D (or 0xD3CC6D) is known color: Goldenrod. HEX triplet: D3, CC and 6D. RGB value is (211,204,109). Sum of RGB (Red+Green+Blue) = 211+204+109=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC6D is #2C3392. Grayscale: #C3C3C3. Windows color (decimal): -2896787 or 7195859. OLE color: 7195859.

HSL color Cylindrical-coordinate representation of color #D3CC6D: hue angle of 55.88º 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 #D3CC6D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 204 109 -
CMYK 0 0.03 0.48 0.17
HSL 55.88º 0.54% 0.63% -
HSV(B) 55.88º 0.48% 0.83% -
XYZ 51.22 58.14 22.99 -
YUV 195.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 211 204 109 0 0.03 0.48 0.17 55.88 0.54 0.63
Hex D3 CC 6D 0 3 30 11 38 36 3F
Octal 323 314 155 0 3 60 21 70 66 77
Binary 11010011 11001100 1101101 0 11 110000 10001 111000 110110 111111

Color Harmonies of #D3CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CC6D

Black with #D3CC6D

Text Example


Text Example

White with #D3CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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