Html Css Color HEX #DADE69 Goldenrod

📋 copy color: '#DADE69'

red 218 ◦ green 222 ◦ blue 105

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

Shades of Goldenrod #DADE69

Tints of Goldenrod #DADE69

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.73%

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

R = 40%
G = 40.73%
B = 19.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DADE69 (or 0xDADE69) is known color: Goldenrod. HEX triplet: DA, DE and 69. RGB value is (218,222,105). Sum of RGB (Red+Green+Blue) = 218+222+105=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE69 is #252196. Grayscale: #CFCFCF. Windows color (decimal): -2433431 or 6938330. OLE color: 6938330.

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

Color convert

RGB 218 222 105 -
CMYK 0.02 0 0.53 0.13
HSL 62.05º 0.64% 0.64% -
HSV(B) 62.05º 0.53% 0.87% -
XYZ 57.58 68.17 23.49 -
YUV 207.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 218 222 105 0.02 0 0.53 0.13 62.05 0.64 0.64
Hex DA DE 69 2 0 35 D 3E 40 40
Octal 332 336 151 2 0 65 15 76 100 100
Binary 11011010 11011110 1101001 10 0 110101 1101 111110 1000000 1000000

Color Harmonies of #DADE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE69

Black with #DADE69

Text Example


Text Example

White with #DADE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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