Html Css Color HEX #DADF7C Goldenrod

📋 copy color: '#DADF7C'

red 218 ◦ green 223 ◦ blue 124

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

Shades of Goldenrod #DADF7C

Tints of Goldenrod #DADF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.95%

R = 38.58%
G = 39.47%
B = 21.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DADF7C (or 0xDADF7C) is known color: Goldenrod. HEX triplet: DA, DF and 7C. RGB value is (218,223,124). Sum of RGB (Red+Green+Blue) = 218+223+124=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF7C is #252083. Grayscale: #D2D2D2. Windows color (decimal): -2433156 or 8183770. OLE color: 8183770.

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

Color convert

RGB 218 223 124 -
CMYK 0.02 0 0.44 0.13
HSL 63.03º 0.61% 0.68% -
HSV(B) 63.03º 0.44% 0.87% -
XYZ 58.94 69.14 29.31 -
YUV 210.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 218 223 124 0.02 0 0.44 0.13 63.03 0.61 0.68
Hex DA DF 7C 2 0 2C D 3F 3D 44
Octal 332 337 174 2 0 54 15 77 75 104
Binary 11011010 11011111 1111100 10 0 101100 1101 111111 111101 1000100

Color Harmonies of #DADF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF7C

Black with #DADF7C

Text Example


Text Example

White with #DADF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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