Html Css Color HEX #D5D369 Goldenrod

📋 copy color: '#D5D369'

red 213 ◦ green 211 ◦ blue 105

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

Shades of Goldenrod #D5D369

Tints of Goldenrod #D5D369

RGB

 RED value IS 213 (83.59% from 255) = 40.26%

 GREEN value IS 211 (82.81% from 255) = 39.89%

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

R = 40.26%
G = 39.89%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5D369 (or 0xD5D369) is known color: Goldenrod. HEX triplet: D5, D3 and 69. RGB value is (213,211,105). Sum of RGB (Red+Green+Blue) = 213+211+105=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D369 is #2A2C96. Grayscale: #C7C7C7. Windows color (decimal): -2763927 or 6935509. OLE color: 6935509.

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

Color convert

RGB 213 211 105 -
CMYK 0 0.01 0.51 0.16
HSL 58.89º 0.56% 0.62% -
HSV(B) 58.89º 0.51% 0.84% -
XYZ 53.28 61.75 22.48 -
YUV 199.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 213 211 105 0 0.01 0.51 0.16 58.89 0.56 0.62
Hex D5 D3 69 0 1 33 10 3B 38 3E
Octal 325 323 151 0 1 63 20 73 70 76
Binary 11010101 11010011 1101001 0 1 110011 10000 111011 111000 111110

Color Harmonies of #D5D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D369

Black with #D5D369

Text Example


Text Example

White with #D5D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D369; }

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

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

background-color css

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

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

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

border-color css

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

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

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