Html Css Color HEX #DADC7D Goldenrod

📋 copy color: '#DADC7D'

red 218 ◦ green 220 ◦ blue 125

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

Shades of Goldenrod #DADC7D

Tints of Goldenrod #DADC7D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.08%

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

R = 38.72%
G = 39.08%
B = 22.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DADC7D (or 0xDADC7D) is known color: Goldenrod. HEX triplet: DA, DC and 7D. RGB value is (218,220,125). Sum of RGB (Red+Green+Blue) = 218+220+125=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC7D is #252382. Grayscale: #D0D0D0. Windows color (decimal): -2433923 or 8248538. OLE color: 8248538.

HSL color Cylindrical-coordinate representation of color #DADC7D: hue angle of 61.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DADC7D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 125 -
CMYK 0.01 0 0.43 0.14
HSL 61.26º 0.58% 0.68% -
HSV(B) 61.26º 0.43% 0.86% -
XYZ 58.21 67.57 29.38 -
YUV 208.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 218 220 125 0.01 0 0.43 0.14 61.26 0.58 0.68
Hex DA DC 7D 1 0 2B E 3D 3A 44
Octal 332 334 175 1 0 53 16 75 72 104
Binary 11011010 11011100 1111101 1 0 101011 1110 111101 111010 1000100

Color Harmonies of #DADC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC7D

Black with #DADC7D

Text Example


Text Example

White with #DADC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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