Html Css Color HEX #D5D26B Goldenrod

📋 copy color: '#D5D26B'

red 213 ◦ green 210 ◦ blue 107

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

Shades of Goldenrod #D5D26B

Tints of Goldenrod #D5D26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.19%

R = 40.19%
G = 39.62%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5D26B (or 0xD5D26B) is known color: Goldenrod. HEX triplet: D5, D2 and 6B. RGB value is (213,210,107). Sum of RGB (Red+Green+Blue) = 213+210+107=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D26B is #2A2D94. Grayscale: #C7C7C7. Windows color (decimal): -2764181 or 7066325. OLE color: 7066325.

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

Color convert

RGB 213 210 107 -
CMYK 0 0.01 0.50 0.16
HSL 58.3º 0.56% 0.63% -
HSV(B) 58.3º 0.5% 0.84% -
XYZ 53.14 61.3 22.94 -
YUV 199.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 213 210 107 0 0.01 0.50 0.16 58.3 0.56 0.63
Hex D5 D2 6B 0 1 32 10 3A 38 3F
Octal 325 322 153 0 1 62 20 72 70 77
Binary 11010101 11010010 1101011 0 1 110010 10000 111010 111000 111111

Color Harmonies of #D5D26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D26B

Black with #D5D26B

Text Example


Text Example

White with #D5D26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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