Html Css Color HEX #DADB6B Goldenrod

📋 copy color: '#DADB6B'

red 218 ◦ green 219 ◦ blue 107

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

Shades of Goldenrod #DADB6B

Tints of Goldenrod #DADB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 40.07%
G = 40.26%
B = 19.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DADB6B (or 0xDADB6B) is known color: Goldenrod. HEX triplet: DA, DB and 6B. RGB value is (218,219,107). Sum of RGB (Red+Green+Blue) = 218+219+107=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB6B is #252494. Grayscale: #CECECE. Windows color (decimal): -2434197 or 7068634. OLE color: 7068634.

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

Color convert

RGB 218 219 107 -
CMYK 0.00 0 0.51 0.14
HSL 60.54º 0.61% 0.64% -
HSV(B) 60.54º 0.51% 0.86% -
XYZ 56.9 66.63 23.77 -
YUV 205.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 218 219 107 0.00 0 0.51 0.14 60.54 0.61 0.64
Hex DA DB 6B 0 0 33 E 3D 3D 40
Octal 332 333 153 0 0 63 16 75 75 100
Binary 11011010 11011011 1101011 0 0 110011 1110 111101 111101 1000000

Color Harmonies of #DADB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB6B

Black with #DADB6B

Text Example


Text Example

White with #DADB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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