Html Css Color HEX #DAD369 Goldenrod

📋 copy color: '#DAD369'

red 218 ◦ green 211 ◦ blue 105

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

Shades of Goldenrod #DAD369

Tints of Goldenrod #DAD369

RGB

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

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

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

R = 40.82%
G = 39.51%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAD369 (or 0xDAD369) is known color: Goldenrod. HEX triplet: DA, D3 and 69. RGB value is (218,211,105). Sum of RGB (Red+Green+Blue) = 218+211+105=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD369 is #252C96. Grayscale: #C9C9C9. Windows color (decimal): -2436247 or 6935514. OLE color: 6935514.

HSL color Cylindrical-coordinate representation of color #DAD369: hue angle of 56.28º 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 #DAD369 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 105 -
CMYK 0 0.03 0.52 0.15
HSL 56.28º 0.6% 0.63% -
HSV(B) 56.28º 0.52% 0.85% -
XYZ 54.76 62.51 22.54 -
YUV 201.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 218 211 105 0 0.03 0.52 0.15 56.28 0.6 0.63
Hex DA D3 69 0 3 34 F 38 3C 3F
Octal 332 323 151 0 3 64 17 70 74 77
Binary 11011010 11010011 1101001 0 11 110100 1111 111000 111100 111111

Color Harmonies of #DAD369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD369

Black with #DAD369

Text Example


Text Example

White with #DAD369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD369; }

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

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

background-color css

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

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

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

border-color css

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

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

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