Html Css Color HEX #DADB81 Goldenrod

📋 copy color: '#DADB81'

red 218 ◦ green 219 ◦ blue 129

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

Shades of Goldenrod #DADB81

Tints of Goldenrod #DADB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.79%

R = 38.52%
G = 38.69%
B = 22.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DADB81 (or 0xDADB81) is known color: Goldenrod. HEX triplet: DA, DB and 81. RGB value is (218,219,129). Sum of RGB (Red+Green+Blue) = 218+219+129=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB81 is #25247E. Grayscale: #D0D0D0. Windows color (decimal): -2434175 or 8510426. OLE color: 8510426.

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

Color convert

RGB 218 219 129 -
CMYK 0.00 0 0.41 0.14
HSL 60.67º 0.56% 0.68% -
HSV(B) 60.67º 0.41% 0.86% -
XYZ 58.21 67.15 30.66 -
YUV 208.44 83.17 134.82 -
System Red Green Blue C M Y K H S L
Decimal 218 219 129 0.00 0 0.41 0.14 60.67 0.56 0.68
Hex DA DB 81 0 0 29 E 3D 38 44
Octal 332 333 201 0 0 51 16 75 70 104
Binary 11011010 11011011 10000001 0 0 101001 1110 111101 111000 1000100

Color Harmonies of #DADB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB81

Black with #DADB81

Text Example


Text Example

White with #DADB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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