Html Css Color HEX #D5D26F Goldenrod

📋 copy color: '#D5D26F'

red 213 ◦ green 210 ◦ blue 111

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

Shades of Goldenrod #D5D26F

Tints of Goldenrod #D5D26F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 39.89%
G = 39.33%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5D26F (or 0xD5D26F) is known color: Goldenrod. HEX triplet: D5, D2 and 6F. RGB value is (213,210,111). Sum of RGB (Red+Green+Blue) = 213+210+111=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D26F is #2A2D90. Grayscale: #C8C8C8. Windows color (decimal): -2764177 or 7328469. OLE color: 7328469.

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

Color convert

RGB 213 210 111 -
CMYK 0 0.01 0.48 0.16
HSL 58.24º 0.55% 0.64% -
HSV(B) 58.24º 0.48% 0.84% -
XYZ 53.36 61.39 24.08 -
YUV 199.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 213 210 111 0 0.01 0.48 0.16 58.24 0.55 0.64
Hex D5 D2 6F 0 1 30 10 3A 37 40
Octal 325 322 157 0 1 60 20 72 67 100
Binary 11010101 11010010 1101111 0 1 110000 10000 111010 110111 1000000

Color Harmonies of #D5D26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D26F

Black with #D5D26F

Text Example


Text Example

White with #D5D26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D26F; }

 p { color: rgb(213,210,111); }

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

background-color css

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

 a { background-color: rgb(213,210,111); }

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

border-color css

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

 span { border-color: rgb(213,210,111); }

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