Html Css Color HEX #DADB70 Goldenrod

📋 copy color: '#DADB70'

red 218 ◦ green 219 ◦ blue 112

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

Shades of Goldenrod #DADB70

Tints of Goldenrod #DADB70

RGB

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

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

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

R = 39.71%
G = 39.89%
B = 20.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DADB70 (or 0xDADB70) is known color: Goldenrod. HEX triplet: DA, DB and 70. RGB value is (218,219,112). Sum of RGB (Red+Green+Blue) = 218+219+112=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB70 is #25248F. Grayscale: #CECECE. Windows color (decimal): -2434192 or 7396314. OLE color: 7396314.

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

Color convert

RGB 218 219 112 -
CMYK 0.00 0 0.49 0.14
HSL 60.56º 0.6% 0.65% -
HSV(B) 60.56º 0.49% 0.86% -
XYZ 57.17 66.74 25.2 -
YUV 206.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 218 219 112 0.00 0 0.49 0.14 60.56 0.6 0.65
Hex DA DB 70 0 0 31 E 3D 3C 41
Octal 332 333 160 0 0 61 16 75 74 101
Binary 11011010 11011011 1110000 0 0 110001 1110 111101 111100 1000001

Color Harmonies of #DADB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB70

Black with #DADB70

Text Example


Text Example

White with #DADB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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