Html Css Color HEX #DAE067 Goldenrod

📋 copy color: '#DAE067'

red 218 ◦ green 224 ◦ blue 103

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

Shades of Goldenrod #DAE067

Tints of Goldenrod #DAE067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.9%

R = 40%
G = 41.1%
B = 18.9%

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

#DAE067 (or 0xDAE067) is known color: Goldenrod. HEX triplet: DA, E0 and 67. RGB value is (218,224,103). Sum of RGB (Red+Green+Blue) = 218+224+103=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE067 is #251F98. Grayscale: #D0D0D0. Windows color (decimal): -2432921 or 6807770. OLE color: 6807770.

HSL color Cylindrical-coordinate representation of color #DAE067: hue angle of 62.98º 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 #DAE067 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 103 -
CMYK 0.03 0 0.54 0.12
HSL 62.98º 0.66% 0.64% -
HSV(B) 62.98º 0.54% 0.88% -
XYZ 58.02 69.2 23.13 -
YUV 208.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 218 224 103 0.03 0 0.54 0.12 62.98 0.66 0.64
Hex DA E0 67 3 0 36 C 3F 42 40
Octal 332 340 147 3 0 66 14 77 102 100
Binary 11011010 11100000 1100111 11 0 110110 1100 111111 1000010 1000000

Color Harmonies of #DAE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE067

Black with #DAE067

Text Example


Text Example

White with #DAE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE067; }

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

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

background-color css

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

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

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

border-color css

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

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

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