Html Css Color HEX #D3D065 Goldenrod

📋 copy color: '#D3D065'

red 211 ◦ green 208 ◦ blue 101

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

Shades of Goldenrod #D3D065

Tints of Goldenrod #D3D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

 BLUE value IS 101 (39.84% from 255) = 19.42%

R = 40.58%
G = 40%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D3D065 (or 0xD3D065) is known color: Goldenrod. HEX triplet: D3, D0 and 65. RGB value is (211,208,101). Sum of RGB (Red+Green+Blue) = 211+208+101=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D065 is #2C2F9A. Grayscale: #C5C5C5. Windows color (decimal): -2895771 or 6672595. OLE color: 6672595.

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

Color convert

RGB 211 208 101 -
CMYK 0 0.01 0.52 0.17
HSL 58.36º 0.56% 0.61% -
HSV(B) 58.36º 0.52% 0.83% -
XYZ 51.77 59.9 21.15 -
YUV 196.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 211 208 101 0 0.01 0.52 0.17 58.36 0.56 0.61
Hex D3 D0 65 0 1 34 11 3A 38 3D
Octal 323 320 145 0 1 64 21 72 70 75
Binary 11010011 11010000 1100101 0 1 110100 10001 111010 111000 111101

Color Harmonies of #D3D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D065

Black with #D3D065

Text Example


Text Example

White with #D3D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D065; }

 p { color: rgb(211,208,101); }

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

background-color css

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

 a { background-color: rgb(211,208,101); }

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

border-color css

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

 span { border-color: rgb(211,208,101); }

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