Html Css Color HEX #DAD270 Goldenrod

📋 copy color: '#DAD270'

red 218 ◦ green 210 ◦ blue 112

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

Shades of Goldenrod #DAD270

Tints of Goldenrod #DAD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.89%

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 40.37%
G = 38.89%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAD270 (or 0xDAD270) is known color: Goldenrod. HEX triplet: DA, D2 and 70. RGB value is (218,210,112). Sum of RGB (Red+Green+Blue) = 218+210+112=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD270 is #252D8F. Grayscale: #C9C9C9. Windows color (decimal): -2436496 or 7394010. OLE color: 7394010.

HSL color Cylindrical-coordinate representation of color #DAD270: hue angle of 55.47º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAD270 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 112 -
CMYK 0 0.04 0.49 0.15
HSL 55.47º 0.59% 0.65% -
HSV(B) 55.47º 0.49% 0.85% -
XYZ 54.88 62.17 24.44 -
YUV 201.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 218 210 112 0 0.04 0.49 0.15 55.47 0.59 0.65
Hex DA D2 70 0 4 31 F 37 3B 41
Octal 332 322 160 0 4 61 17 67 73 101
Binary 11011010 11010010 1110000 0 100 110001 1111 110111 111011 1000001

Color Harmonies of #DAD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD270

Black with #DAD270

Text Example


Text Example

White with #DAD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD270; }

 p { color: rgb(218,210,112); }

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

background-color css

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

 a { background-color: rgb(218,210,112); }

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

border-color css

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

 span { border-color: rgb(218,210,112); }

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