Html Css Color HEX #DAD069 Goldenrod

📋 copy color: '#DAD069'

red 218 ◦ green 208 ◦ blue 105

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

Shades of Goldenrod #DAD069

Tints of Goldenrod #DAD069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 41.05%
G = 39.17%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAD069 (or 0xDAD069) is known color: Goldenrod. HEX triplet: DA, D0 and 69. RGB value is (218,208,105). Sum of RGB (Red+Green+Blue) = 218+208+105=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD069 is #252F96. Grayscale: #C7C7C7. Windows color (decimal): -2437015 or 6934746. OLE color: 6934746.

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

Color convert

RGB 218 208 105 -
CMYK 0 0.05 0.52 0.15
HSL 54.69º 0.6% 0.63% -
HSV(B) 54.69º 0.52% 0.85% -
XYZ 54.02 61.04 22.3 -
YUV 199.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 218 208 105 0 0.05 0.52 0.15 54.69 0.6 0.63
Hex DA D0 69 0 5 34 F 37 3C 3F
Octal 332 320 151 0 5 64 17 67 74 77
Binary 11011010 11010000 1101001 0 101 110100 1111 110111 111100 111111

Color Harmonies of #DAD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD069

Black with #DAD069

Text Example


Text Example

White with #DAD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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