Html Css Color HEX #DAD967 Goldenrod

📋 copy color: '#DAD967'

red 218 ◦ green 217 ◦ blue 103

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

Shades of Goldenrod #DAD967

Tints of Goldenrod #DAD967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 103 (40.63% from 255) = 19.14%

R = 40.52%
G = 40.33%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAD967 (or 0xDAD967) is known color: Goldenrod. HEX triplet: DA, D9 and 67. RGB value is (218,217,103). Sum of RGB (Red+Green+Blue) = 218+217+103=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD967 is #252698. Grayscale: #CCCCCC. Windows color (decimal): -2434713 or 6805978. OLE color: 6805978.

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

Color convert

RGB 218 217 103 -
CMYK 0 0.00 0.53 0.15
HSL 59.48º 0.61% 0.63% -
HSV(B) 59.48º 0.53% 0.85% -
XYZ 56.17 65.51 22.52 -
YUV 204.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 218 217 103 0 0.00 0.53 0.15 59.48 0.61 0.63
Hex DA D9 67 0 0 35 F 3B 3D 3F
Octal 332 331 147 0 0 65 17 73 75 77
Binary 11011010 11011001 1100111 0 0 110101 1111 111011 111101 111111

Color Harmonies of #DAD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD967

Black with #DAD967

Text Example


Text Example

White with #DAD967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD967; }

 p { color: rgb(218,217,103); }

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

background-color css

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

 a { background-color: rgb(218,217,103); }

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

border-color css

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

 span { border-color: rgb(218,217,103); }

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