Html Css Color HEX #D3CD74 Goldenrod

📋 copy color: '#D3CD74'

red 211 ◦ green 205 ◦ blue 116

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

Shades of Goldenrod #D3CD74

Tints of Goldenrod #D3CD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.8%

R = 39.66%
G = 38.53%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D3CD74 (or 0xD3CD74) is known color: Goldenrod. HEX triplet: D3, CD and 74. RGB value is (211,205,116). Sum of RGB (Red+Green+Blue) = 211+205+116=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD74 is #2C328B. Grayscale: #C5C5C5. Windows color (decimal): -2896524 or 7654867. OLE color: 7654867.

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

Color convert

RGB 211 205 116 -
CMYK 0 0.03 0.45 0.17
HSL 56.21º 0.52% 0.64% -
HSV(B) 56.21º 0.45% 0.83% -
XYZ 51.85 58.77 25.13 -
YUV 196.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 211 205 116 0 0.03 0.45 0.17 56.21 0.52 0.64
Hex D3 CD 74 0 3 2D 11 38 34 40
Octal 323 315 164 0 3 55 21 70 64 100
Binary 11010011 11001101 1110100 0 11 101101 10001 111000 110100 1000000

Color Harmonies of #D3CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CD74

Black with #D3CD74

Text Example


Text Example

White with #D3CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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