Html Css Color HEX #DAD26D Goldenrod

📋 copy color: '#DAD26D'

red 218 ◦ green 210 ◦ blue 109

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

Shades of Goldenrod #DAD26D

Tints of Goldenrod #DAD26D

RGB

 RED value IS 218 (85.55% from 255) = 40.6%

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

 BLUE value IS 109 (42.97% from 255) = 20.3%

R = 40.6%
G = 39.11%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAD26D (or 0xDAD26D) is known color: Goldenrod. HEX triplet: DA, D2 and 6D. RGB value is (218,210,109). Sum of RGB (Red+Green+Blue) = 218+210+109=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD26D is #252D92. Grayscale: #C9C9C9. Windows color (decimal): -2436499 or 7197402. OLE color: 7197402.

HSL color Cylindrical-coordinate representation of color #DAD26D: hue angle of 55.6º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD26D is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 109 -
CMYK 0 0.04 0.5 0.15
HSL 55.6º 0.6% 0.64% -
HSV(B) 55.6º 0.5% 0.85% -
XYZ 54.72 62.1 23.57 -
YUV 200.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 218 210 109 0 0.04 0.5 0.15 55.6 0.6 0.64
Hex DA D2 6D 0 4 32 F 38 3C 40
Octal 332 322 155 0 4 62 17 70 74 100
Binary 11011010 11010010 1101101 0 100 110010 1111 111000 111100 1000000

Color Harmonies of #DAD26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD26D

Black with #DAD26D

Text Example


Text Example

White with #DAD26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD26D; }

 p { color: rgb(218,210,109); }

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

background-color css

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

 a { background-color: rgb(218,210,109); }

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

border-color css

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

 span { border-color: rgb(218,210,109); }

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