Html Css Color HEX #DADB66 Goldenrod

📋 copy color: '#DADB66'

red 218 ◦ green 219 ◦ blue 102

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

Shades of Goldenrod #DADB66

Tints of Goldenrod #DADB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

 BLUE value IS 102 (40.23% from 255) = 18.92%

R = 40.45%
G = 40.63%
B = 18.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DADB66 (or 0xDADB66) is known color: Goldenrod. HEX triplet: DA, DB and 66. RGB value is (218,219,102). Sum of RGB (Red+Green+Blue) = 218+219+102=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB66 is #252499. Grayscale: #CDCDCD. Windows color (decimal): -2434202 or 6740954. OLE color: 6740954.

HSL color Cylindrical-coordinate representation of color #DADB66: hue angle of 60.51º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DADB66 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 102 -
CMYK 0.00 0 0.53 0.14
HSL 60.51º 0.62% 0.63% -
HSV(B) 60.51º 0.53% 0.86% -
XYZ 56.64 66.53 22.43 -
YUV 205.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 218 219 102 0.00 0 0.53 0.14 60.51 0.62 0.63
Hex DA DB 66 0 0 35 E 3D 3E 3F
Octal 332 333 146 0 0 65 16 75 76 77
Binary 11011010 11011011 1100110 0 0 110101 1110 111101 111110 111111

Color Harmonies of #DADB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB66

Black with #DADB66

Text Example


Text Example

White with #DADB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB66; }

 p { color: rgb(218,219,102); }

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

background-color css

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

 a { background-color: rgb(218,219,102); }

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

border-color css

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

 span { border-color: rgb(218,219,102); }

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