Html Css Color HEX #DAD77D Goldenrod

📋 copy color: '#DAD77D'

red 218 ◦ green 215 ◦ blue 125

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

Shades of Goldenrod #DAD77D

Tints of Goldenrod #DAD77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

 BLUE value IS 125 (49.22% from 255) = 22.4%

R = 39.07%
G = 38.53%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAD77D (or 0xDAD77D) is known color: Goldenrod. HEX triplet: DA, D7 and 7D. RGB value is (218,215,125). Sum of RGB (Red+Green+Blue) = 218+215+125=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD77D is #252882. Grayscale: #CECECE. Windows color (decimal): -2435203 or 8247258. OLE color: 8247258.

HSL color Cylindrical-coordinate representation of color #DAD77D: hue angle of 58.06º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAD77D is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 125 -
CMYK 0 0.01 0.43 0.15
HSL 58.06º 0.56% 0.67% -
HSV(B) 58.06º 0.43% 0.85% -
XYZ 56.92 64.99 28.95 -
YUV 205.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 218 215 125 0 0.01 0.43 0.15 58.06 0.56 0.67
Hex DA D7 7D 0 1 2B F 3A 38 43
Octal 332 327 175 0 1 53 17 72 70 103
Binary 11011010 11010111 1111101 0 1 101011 1111 111010 111000 1000011

Color Harmonies of #DAD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD77D

Black with #DAD77D

Text Example


Text Example

White with #DAD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD77D; }

 p { color: rgb(218,215,125); }

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

background-color css

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

 a { background-color: rgb(218,215,125); }

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

border-color css

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

 span { border-color: rgb(218,215,125); }

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