Html Css Color HEX #D8DA6B Goldenrod

📋 copy color: '#D8DA6B'

red 216 ◦ green 218 ◦ blue 107

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

Shades of Goldenrod #D8DA6B

Tints of Goldenrod #D8DA6B

RGB

 RED value IS 216 (84.77% from 255) = 39.93%

 GREEN value IS 218 (85.55% from 255) = 40.3%

 BLUE value IS 107 (42.19% from 255) = 19.78%

R = 39.93%
G = 40.3%
B = 19.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8DA6B (or 0xD8DA6B) is known color: Goldenrod. HEX triplet: D8, DA and 6B. RGB value is (216,218,107). Sum of RGB (Red+Green+Blue) = 216+218+107=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA6B is #272594. Grayscale: #CDCDCD. Windows color (decimal): -2565525 or 7068376. OLE color: 7068376.

HSL color Cylindrical-coordinate representation of color #D8DA6B: hue angle of 61.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8DA6B is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 107 -
CMYK 0.01 0 0.51 0.15
HSL 61.08º 0.6% 0.64% -
HSV(B) 61.08º 0.51% 0.85% -
XYZ 56.04 65.8 23.66 -
YUV 204.75 72.84 136.03 -
System Red Green Blue C M Y K H S L
Decimal 216 218 107 0.01 0 0.51 0.15 61.08 0.6 0.64
Hex D8 DA 6B 1 0 33 F 3D 3C 40
Octal 330 332 153 1 0 63 17 75 74 100
Binary 11011000 11011010 1101011 1 0 110011 1111 111101 111100 1000000

Color Harmonies of #D8DA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA6B

Black with #D8DA6B

Text Example


Text Example

White with #D8DA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA6B; }

 p { color: rgb(216,218,107); }

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

background-color css

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

 a { background-color: rgb(216,218,107); }

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

border-color css

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

 span { border-color: rgb(216,218,107); }

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