Html Css Color HEX #DADF7E Goldenrod

📋 copy color: '#DADF7E'

red 218 ◦ green 223 ◦ blue 126

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

Shades of Goldenrod #DADF7E

Tints of Goldenrod #DADF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 126 (49.61% from 255) = 22.22%

R = 38.45%
G = 39.33%
B = 22.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DADF7E (or 0xDADF7E) is known color: Goldenrod. HEX triplet: DA, DF and 7E. RGB value is (218,223,126). Sum of RGB (Red+Green+Blue) = 218+223+126=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF7E is #252081. Grayscale: #D2D2D2. Windows color (decimal): -2433154 or 8314842. OLE color: 8314842.

HSL color Cylindrical-coordinate representation of color #DADF7E: hue angle of 63.09º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DADF7E is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 126 -
CMYK 0.02 0 0.43 0.13
HSL 63.09º 0.6% 0.68% -
HSV(B) 63.09º 0.43% 0.87% -
XYZ 59.07 69.19 29.98 -
YUV 210.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 218 223 126 0.02 0 0.43 0.13 63.09 0.6 0.68
Hex DA DF 7E 2 0 2B D 3F 3C 44
Octal 332 337 176 2 0 53 15 77 74 104
Binary 11011010 11011111 1111110 10 0 101011 1101 111111 111100 1000100

Color Harmonies of #DADF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF7E

Black with #DADF7E

Text Example


Text Example

White with #DADF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF7E; }

 p { color: rgb(218,223,126); }

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

background-color css

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

 a { background-color: rgb(218,223,126); }

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

border-color css

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

 span { border-color: rgb(218,223,126); }

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