Html Css Color HEX #DAD569 Goldenrod

📋 copy color: '#DAD569'

red 218 ◦ green 213 ◦ blue 105

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

Shades of Goldenrod #DAD569

Tints of Goldenrod #DAD569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

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

R = 40.67%
G = 39.74%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAD569 (or 0xDAD569) is known color: Goldenrod. HEX triplet: DA, D5 and 69. RGB value is (218,213,105). Sum of RGB (Red+Green+Blue) = 218+213+105=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD569 is #252A96. Grayscale: #CACACA. Windows color (decimal): -2435735 or 6936026. OLE color: 6936026.

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

Color convert

RGB 218 213 105 -
CMYK 0 0.02 0.52 0.15
HSL 57.35º 0.6% 0.63% -
HSV(B) 57.35º 0.52% 0.85% -
XYZ 55.26 63.51 22.71 -
YUV 202.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 218 213 105 0 0.02 0.52 0.15 57.35 0.6 0.63
Hex DA D5 69 0 2 34 F 39 3C 3F
Octal 332 325 151 0 2 64 17 71 74 77
Binary 11011010 11010101 1101001 0 10 110100 1111 111001 111100 111111

Color Harmonies of #DAD569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD569

Black with #DAD569

Text Example


Text Example

White with #DAD569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD569; }

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

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

background-color css

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

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

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

border-color css

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

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

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