Html Css Color HEX #DADF7B Goldenrod

📋 copy color: '#DADF7B'

red 218 ◦ green 223 ◦ blue 123

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

Shades of Goldenrod #DADF7B

Tints of Goldenrod #DADF7B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.54%

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

R = 38.65%
G = 39.54%
B = 21.81%

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

#DADF7B (or 0xDADF7B) is known color: Goldenrod. HEX triplet: DA, DF and 7B. RGB value is (218,223,123). Sum of RGB (Red+Green+Blue) = 218+223+123=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF7B is #252084. Grayscale: #D2D2D2. Windows color (decimal): -2433157 or 8118234. OLE color: 8118234.

HSL color Cylindrical-coordinate representation of color #DADF7B: hue angle of 63º degrees, saturation: 0.61, 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 #DADF7B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 123 -
CMYK 0.02 0 0.45 0.13
HSL 63º 0.61% 0.68% -
HSV(B) 63º 0.45% 0.87% -
XYZ 58.88 69.11 28.98 -
YUV 210.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 218 223 123 0.02 0 0.45 0.13 63 0.61 0.68
Hex DA DF 7B 2 0 2D D 3F 3D 44
Octal 332 337 173 2 0 55 15 77 75 104
Binary 11011010 11011111 1111011 10 0 101101 1101 111111 111101 1000100

Color Harmonies of #DADF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF7B

Black with #DADF7B

Text Example


Text Example

White with #DADF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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