Html Css Color HEX #DADD69 Goldenrod

📋 copy color: '#DADD69'

red 218 ◦ green 221 ◦ blue 105

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

Shades of Goldenrod #DADD69

Tints of Goldenrod #DADD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.3%

R = 40.07%
G = 40.63%
B = 19.3%

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

#DADD69 (or 0xDADD69) is known color: Goldenrod. HEX triplet: DA, DD and 69. RGB value is (218,221,105). Sum of RGB (Red+Green+Blue) = 218+221+105=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD69 is #252296. Grayscale: #CFCFCF. Windows color (decimal): -2433687 or 6938074. OLE color: 6938074.

HSL color Cylindrical-coordinate representation of color #DADD69: hue angle of 61.55º 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 #DADD69 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 105 -
CMYK 0.01 0 0.52 0.13
HSL 61.55º 0.63% 0.64% -
HSV(B) 61.55º 0.52% 0.87% -
XYZ 57.32 67.64 23.4 -
YUV 206.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 218 221 105 0.01 0 0.52 0.13 61.55 0.63 0.64
Hex DA DD 69 1 0 34 D 3E 3F 40
Octal 332 335 151 1 0 64 15 76 77 100
Binary 11011010 11011101 1101001 1 0 110100 1101 111110 111111 1000000

Color Harmonies of #DADD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD69

Black with #DADD69

Text Example


Text Example

White with #DADD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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