Html Css Color HEX #DADB7F Goldenrod

📋 copy color: '#DADB7F'

red 218 ◦ green 219 ◦ blue 127

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

Shades of Goldenrod #DADB7F

Tints of Goldenrod #DADB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.52%

R = 38.65%
G = 38.83%
B = 22.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DADB7F (or 0xDADB7F) is known color: Goldenrod. HEX triplet: DA, DB and 7F. RGB value is (218,219,127). Sum of RGB (Red+Green+Blue) = 218+219+127=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB7F is #252480. Grayscale: #D0D0D0. Windows color (decimal): -2434177 or 8379354. OLE color: 8379354.

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

Color convert

RGB 218 219 127 -
CMYK 0.00 0 0.42 0.14
HSL 60.65º 0.56% 0.68% -
HSV(B) 60.65º 0.42% 0.86% -
XYZ 58.08 67.1 29.97 -
YUV 208.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 218 219 127 0.00 0 0.42 0.14 60.65 0.56 0.68
Hex DA DB 7F 0 0 2A E 3D 38 44
Octal 332 333 177 0 0 52 16 75 70 104
Binary 11011010 11011011 1111111 0 0 101010 1110 111101 111000 1000100

Color Harmonies of #DADB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB7F

Black with #DADB7F

Text Example


Text Example

White with #DADB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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