Html Css Color HEX #D3DD62 Goldenrod

📋 copy color: '#D3DD62'

red 211 ◦ green 221 ◦ blue 98

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

Shades of Goldenrod #D3DD62

Tints of Goldenrod #D3DD62

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

 BLUE value IS 98 (38.67% from 255) = 18.49%

R = 39.81%
G = 41.7%
B = 18.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#D3DD62 (or 0xD3DD62) is known color: Goldenrod. HEX triplet: D3, DD and 62. RGB value is (211,221,98). Sum of RGB (Red+Green+Blue) = 211+221+98=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD62 is #2C229D. Grayscale: #CCCCCC. Windows color (decimal): -2892446 or 6479315. OLE color: 6479315.

HSL color Cylindrical-coordinate representation of color #D3DD62: hue angle of 64.88º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3DD62 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 221 98 -
CMYK 0.05 0 0.56 0.13
HSL 64.88º 0.64% 0.63% -
HSV(B) 64.88º 0.56% 0.87% -
XYZ 54.93 66.44 21.49 -
YUV 203.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 211 221 98 0.05 0 0.56 0.13 64.88 0.64 0.63
Hex D3 DD 62 5 0 38 D 41 40 3F
Octal 323 335 142 5 0 70 15 101 100 77
Binary 11010011 11011101 1100010 101 0 111000 1101 1000001 1000000 111111

Color Harmonies of #D3DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DD62

Black with #D3DD62

Text Example


Text Example

White with #D3DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DD62; }

 p { color: rgb(211,221,98); }

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

background-color css

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

 a { background-color: rgb(211,221,98); }

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

border-color css

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

 span { border-color: rgb(211,221,98); }

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