Html Css Color HEX #DADB71 Goldenrod

📋 copy color: '#DADB71'

red 218 ◦ green 219 ◦ blue 113

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

Shades of Goldenrod #DADB71

Tints of Goldenrod #DADB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.82%

 BLUE value IS 113 (44.53% from 255) = 20.55%

R = 39.64%
G = 39.82%
B = 20.55%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DADB71 (or 0xDADB71) is known color: Goldenrod. HEX triplet: DA, DB and 71. RGB value is (218,219,113). Sum of RGB (Red+Green+Blue) = 218+219+113=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB71 is #25248E. Grayscale: #CFCFCF. Windows color (decimal): -2434191 or 7461850. OLE color: 7461850.

HSL color Cylindrical-coordinate representation of color #DADB71: hue angle of 60.57º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DADB71 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 113 -
CMYK 0.00 0 0.48 0.14
HSL 60.57º 0.6% 0.65% -
HSV(B) 60.57º 0.48% 0.86% -
XYZ 57.23 66.76 25.49 -
YUV 206.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 218 219 113 0.00 0 0.48 0.14 60.57 0.6 0.65
Hex DA DB 71 0 0 30 E 3D 3C 41
Octal 332 333 161 0 0 60 16 75 74 101
Binary 11011010 11011011 1110001 0 0 110000 1110 111101 111100 1000001

Color Harmonies of #DADB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB71

Black with #DADB71

Text Example


Text Example

White with #DADB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB71; }

 p { color: rgb(218,219,113); }

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

background-color css

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

 a { background-color: rgb(218,219,113); }

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

border-color css

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

 span { border-color: rgb(218,219,113); }

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