Html Css Color HEX #D3D669 Goldenrod

📋 copy color: '#D3D669'

red 211 ◦ green 214 ◦ blue 105

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

Shades of Goldenrod #D3D669

Tints of Goldenrod #D3D669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 105 (41.41% from 255) = 19.81%

R = 39.81%
G = 40.38%
B = 19.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D3D669 (or 0xD3D669) is known color: Goldenrod. HEX triplet: D3, D6 and 69. RGB value is (211,214,105). Sum of RGB (Red+Green+Blue) = 211+214+105=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D669 is #2C2996. Grayscale: #C9C9C9. Windows color (decimal): -2894231 or 6936275. OLE color: 6936275.

HSL color Cylindrical-coordinate representation of color #D3D669: hue angle of 61.65º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3D669 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 214 105 -
CMYK 0.01 0 0.51 0.16
HSL 61.65º 0.57% 0.63% -
HSV(B) 61.65º 0.51% 0.84% -
XYZ 53.46 62.96 22.7 -
YUV 200.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 211 214 105 0.01 0 0.51 0.16 61.65 0.57 0.63
Hex D3 D6 69 1 0 33 10 3E 39 3F
Octal 323 326 151 1 0 63 20 76 71 77
Binary 11010011 11010110 1101001 1 0 110011 10000 111110 111001 111111

Color Harmonies of #D3D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D669

Black with #D3D669

Text Example


Text Example

White with #D3D669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D669; }

 p { color: rgb(211,214,105); }

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

background-color css

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

 a { background-color: rgb(211,214,105); }

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

border-color css

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

 span { border-color: rgb(211,214,105); }

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