Html Css Color HEX #DAE068 Goldenrod

📋 copy color: '#DAE068'

red 218 ◦ green 224 ◦ blue 104

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

Shades of Goldenrod #DAE068

Tints of Goldenrod #DAE068

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.03%

 BLUE value IS 104 (41.02% from 255) = 19.05%

R = 39.93%
G = 41.03%
B = 19.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#DAE068 (or 0xDAE068) is known color: Goldenrod. HEX triplet: DA, E0 and 68. RGB value is (218,224,104). Sum of RGB (Red+Green+Blue) = 218+224+104=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE068 is #251F97. Grayscale: #D1D1D1. Windows color (decimal): -2432920 or 6873306. OLE color: 6873306.

HSL color Cylindrical-coordinate representation of color #DAE068: hue angle of 63º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE068 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 104 -
CMYK 0.03 0 0.54 0.12
HSL 63º 0.66% 0.64% -
HSV(B) 63º 0.54% 0.88% -
XYZ 58.07 69.22 23.4 -
YUV 208.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 218 224 104 0.03 0 0.54 0.12 63 0.66 0.64
Hex DA E0 68 3 0 36 C 3F 42 40
Octal 332 340 150 3 0 66 14 77 102 100
Binary 11011010 11100000 1101000 11 0 110110 1100 111111 1000010 1000000

Color Harmonies of #DAE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE068

Black with #DAE068

Text Example


Text Example

White with #DAE068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE068; }

 p { color: rgb(218,224,104); }

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

background-color css

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

 a { background-color: rgb(218,224,104); }

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

border-color css

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

 span { border-color: rgb(218,224,104); }

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