Html Css Color HEX #DADE7B Goldenrod

📋 copy color: '#DADE7B'

red 218 ◦ green 222 ◦ blue 123

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

Shades of Goldenrod #DADE7B

Tints of Goldenrod #DADE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.85%

R = 38.72%
G = 39.43%
B = 21.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DADE7B (or 0xDADE7B) is known color: Goldenrod. HEX triplet: DA, DE and 7B. RGB value is (218,222,123). Sum of RGB (Red+Green+Blue) = 218+222+123=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE7B is #252184. Grayscale: #D1D1D1. Windows color (decimal): -2433413 or 8117978. OLE color: 8117978.

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

Color convert

RGB 218 222 123 -
CMYK 0.02 0 0.45 0.13
HSL 62.42º 0.6% 0.68% -
HSV(B) 62.42º 0.45% 0.87% -
XYZ 58.61 68.58 28.89 -
YUV 209.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 218 222 123 0.02 0 0.45 0.13 62.42 0.6 0.68
Hex DA DE 7B 2 0 2D D 3E 3C 44
Octal 332 336 173 2 0 55 15 76 74 104
Binary 11011010 11011110 1111011 10 0 101101 1101 111110 111100 1000100

Color Harmonies of #DADE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE7B

Black with #DADE7B

Text Example


Text Example

White with #DADE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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