Html Css Color HEX #D3D769 Goldenrod

📋 copy color: '#D3D769'

red 211 ◦ green 215 ◦ blue 105

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

Shades of Goldenrod #D3D769

Tints of Goldenrod #D3D769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.49%

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

R = 39.74%
G = 40.49%
B = 19.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D3D769 (or 0xD3D769) is known color: Goldenrod. HEX triplet: D3, D7 and 69. RGB value is (211,215,105). Sum of RGB (Red+Green+Blue) = 211+215+105=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D769 is #2C2896. Grayscale: #C9C9C9. Windows color (decimal): -2893975 or 6936531. OLE color: 6936531.

HSL color Cylindrical-coordinate representation of color #D3D769: hue angle of 62.18º degrees, saturation: 0.58, 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 #D3D769 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 215 105 -
CMYK 0.02 0 0.51 0.16
HSL 62.18º 0.58% 0.63% -
HSV(B) 62.18º 0.51% 0.84% -
XYZ 53.71 63.47 22.78 -
YUV 201.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 211 215 105 0.02 0 0.51 0.16 62.18 0.58 0.63
Hex D3 D7 69 2 0 33 10 3E 3A 3F
Octal 323 327 151 2 0 63 20 76 72 77
Binary 11010011 11010111 1101001 10 0 110011 10000 111110 111010 111111

Color Harmonies of #D3D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D769

Black with #D3D769

Text Example


Text Example

White with #D3D769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D769; }

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

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

background-color css

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

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

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

border-color css

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

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

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