Html Css Color HEX #DAD568 Goldenrod

📋 copy color: '#DAD568'

red 218 ◦ green 213 ◦ blue 104

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

Shades of Goldenrod #DAD568

Tints of Goldenrod #DAD568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.44%

R = 40.75%
G = 39.81%
B = 19.44%

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

#DAD568 (or 0xDAD568) is known color: Goldenrod. HEX triplet: DA, D5 and 68. RGB value is (218,213,104). Sum of RGB (Red+Green+Blue) = 218+213+104=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD568 is #252A97. Grayscale: #CACACA. Windows color (decimal): -2435736 or 6870490. OLE color: 6870490.

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

Color convert

RGB 218 213 104 -
CMYK 0 0.02 0.52 0.15
HSL 57.37º 0.61% 0.63% -
HSV(B) 57.37º 0.52% 0.85% -
XYZ 55.21 63.49 22.44 -
YUV 202.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 218 213 104 0 0.02 0.52 0.15 57.37 0.61 0.63
Hex DA D5 68 0 2 34 F 39 3D 3F
Octal 332 325 150 0 2 64 17 71 75 77
Binary 11011010 11010101 1101000 0 10 110100 1111 111001 111101 111111

Color Harmonies of #DAD568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD568

Black with #DAD568

Text Example


Text Example

White with #DAD568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD568; }

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

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

background-color css

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

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

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

border-color css

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

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

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