Html Css Color HEX #DAD368 Goldenrod

📋 copy color: '#DAD368'

red 218 ◦ green 211 ◦ blue 104

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

Shades of Goldenrod #DAD368

Tints of Goldenrod #DAD368

RGB

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

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

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

R = 40.9%
G = 39.59%
B = 19.51%

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

#DAD368 (or 0xDAD368) is known color: Goldenrod. HEX triplet: DA, D3 and 68. RGB value is (218,211,104). Sum of RGB (Red+Green+Blue) = 218+211+104=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD368 is #252C97. Grayscale: #C9C9C9. Windows color (decimal): -2436248 or 6869978. OLE color: 6869978.

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

Color convert

RGB 218 211 104 -
CMYK 0 0.03 0.52 0.15
HSL 56.32º 0.61% 0.63% -
HSV(B) 56.32º 0.52% 0.85% -
XYZ 54.71 62.49 22.28 -
YUV 200.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 218 211 104 0 0.03 0.52 0.15 56.32 0.61 0.63
Hex DA D3 68 0 3 34 F 38 3D 3F
Octal 332 323 150 0 3 64 17 70 75 77
Binary 11011010 11010011 1101000 0 11 110100 1111 111000 111101 111111

Color Harmonies of #DAD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD368

Black with #DAD368

Text Example


Text Example

White with #DAD368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD368; }

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

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

background-color css

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

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

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

border-color css

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

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

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