Html Css Color HEX #DADB6F Goldenrod

📋 copy color: '#DADB6F'

red 218 ◦ green 219 ◦ blue 111

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

Shades of Goldenrod #DADB6F

Tints of Goldenrod #DADB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.26%

R = 39.78%
G = 39.96%
B = 20.26%

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

#DADB6F (or 0xDADB6F) is known color: Goldenrod. HEX triplet: DA, DB and 6F. RGB value is (218,219,111). Sum of RGB (Red+Green+Blue) = 218+219+111=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB6F is #252490. Grayscale: #CECECE. Windows color (decimal): -2434193 or 7330778. OLE color: 7330778.

HSL color Cylindrical-coordinate representation of color #DADB6F: 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 #DADB6F is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 111 -
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.11 66.72 24.91 -
YUV 206.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 218 219 111 0.00 0 0.49 0.14 60.56 0.6 0.65
Hex DA DB 6F 0 0 31 E 3D 3C 41
Octal 332 333 157 0 0 61 16 75 74 101
Binary 11011010 11011011 1101111 0 0 110001 1110 111101 111100 1000001

Color Harmonies of #DADB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB6F

Black with #DADB6F

Text Example


Text Example

White with #DADB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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