Html Css Color HEX #D6DC64 Goldenrod

📋 copy color: '#D6DC64'

red 214 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #D6DC64

Tints of Goldenrod #D6DC64

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

 GREEN value IS 220 (86.33% from 255) = 41.2%

 BLUE value IS 100 (39.45% from 255) = 18.73%

R = 40.07%
G = 41.2%
B = 18.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#D6DC64 (or 0xD6DC64) is known color: Goldenrod. HEX triplet: D6, DC and 64. RGB value is (214,220,100). Sum of RGB (Red+Green+Blue) = 214+220+100=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC64 is #29239B. Grayscale: #CDCDCD. Windows color (decimal): -2696092 or 6610134. OLE color: 6610134.

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

Color convert

RGB 214 220 100 -
CMYK 0.03 0 0.55 0.14
HSL 63º 0.63% 0.63% -
HSV(B) 63º 0.55% 0.86% -
XYZ 55.63 66.4 21.94 -
YUV 204.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 214 220 100 0.03 0 0.55 0.14 63 0.63 0.63
Hex D6 DC 64 3 0 37 E 3F 3F 3F
Octal 326 334 144 3 0 67 16 77 77 77
Binary 11010110 11011100 1100100 11 0 110111 1110 111111 111111 111111

Color Harmonies of #D6DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC64

Black with #D6DC64

Text Example


Text Example

White with #D6DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC64; }

 p { color: rgb(214,220,100); }

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

background-color css

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

 a { background-color: rgb(214,220,100); }

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

border-color css

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

 span { border-color: rgb(214,220,100); }

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