Html Css Color HEX #DADD6B Goldenrod

📋 copy color: '#DADD6B'

red 218 ◦ green 221 ◦ blue 107

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

Shades of Goldenrod #DADD6B

Tints of Goldenrod #DADD6B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

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

R = 39.93%
G = 40.48%
B = 19.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DADD6B (or 0xDADD6B) is known color: Goldenrod. HEX triplet: DA, DD and 6B. RGB value is (218,221,107). Sum of RGB (Red+Green+Blue) = 218+221+107=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD6B is #252294. Grayscale: #CFCFCF. Windows color (decimal): -2433685 or 7069146. OLE color: 7069146.

HSL color Cylindrical-coordinate representation of color #DADD6B: hue angle of 61.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DADD6B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 107 -
CMYK 0.01 0 0.52 0.13
HSL 61.58º 0.63% 0.64% -
HSV(B) 61.58º 0.52% 0.87% -
XYZ 57.42 67.68 23.95 -
YUV 207.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 218 221 107 0.01 0 0.52 0.13 61.58 0.63 0.64
Hex DA DD 6B 1 0 34 D 3E 3F 40
Octal 332 335 153 1 0 64 15 76 77 100
Binary 11011010 11011101 1101011 1 0 110100 1101 111110 111111 1000000

Color Harmonies of #DADD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD6B

Black with #DADD6B

Text Example


Text Example

White with #DADD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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